Skip to content

Chore(deps-dev): Update polars requirement from <1.37 to <1.43#149

Merged
amotl merged 1 commit into
mainfrom
dependabot/pip/polars-lt-1.43
Jul 2, 2026
Merged

Chore(deps-dev): Update polars requirement from <1.37 to <1.43#149
amotl merged 1 commit into
mainfrom
dependabot/pip/polars-lt-1.43

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on polars to permit the latest version.

Release notes

Sourced from polars's releases.

Python Polars 1.42.0

⚠️ Deprecations

  • Deprecate casts from string to temporal dtypes (#28056)

🚀 Performance improvements

  • Add bytes-based concurrency control for cloud IO (#27924)
  • Stop flushing multiplexer on phase change (#28013)
  • Prevent empty chunks from triggering copy in rechunk (#27953)
  • Improve performance of struct unnest inside list eval on streaming (#27905)
  • Eliminate filters with contradictory predicates (#27775)

✨ Enhancements

  • Deprecate casts from string to temporal dtypes (#28056)
  • Add naive out-of-core spilling to Polars (#27998)
  • Add experimental strict mode (#28023)
  • Optimize non-negative len and null_count comparisons (#28002)
  • Optimize len and null_count comparisons (#27727)
  • Support SQL's implicit JOIN syntax (#27890)
  • Add Expr.is_sorted (#26708)
  • Add suggestions in wrong api usage or mismatched column names (#27954)
  • Add external object_store support for non-native schemes (#27871)
  • Skip Delta files and parquet row groups using per-field struct statistics (#27887)
  • Improve IR sortedness detection for with_row_index and explode (#27875)
  • Add DataFrame.is_sorted() (#27870)
  • Expose fixed-size rolling window expressions in Python visitor (#27108)
  • Fix SchemaError using lazy HConcat->Sink (#27770)
  • Add tiered multi-file parquet metadata resolver (#27720)
  • Cache and shuffle DNS for cloud object_store (#27659)

🐞 Bug fixes

  • Add a deprecation warning for .explode() without empty_as_null argument (#28040)
  • Fix select(len()) incorrectly returned 0 when using scan_iceberg with pyiceberg as reader override (#28044)
  • Ensure slice expr always observes input order (#28041)
  • Fix projection pushdown with row index out of order (#28043)
  • Fix cross-join predicates not applied when using sink_* functions (#28042)
  • Grammar corrections (recommend to → recommend, allows to → allows using) (#28038)
  • Ensure optimisations aren't omitted by cached IR nodes (#28004)
  • Computed GROUP keys in SQL projections (#27989)
  • Handle empty DataFrames in dt.truncate and dt.round (#26120)
  • Address join alias state leakage in SQL CTEs (#27985)
  • Support scanning file:// URIs with percent-encoded paths (#27876)
  • Lower SQL [NOT] IN (subquery) to semi/anti join (#27888)
  • Check for continuity across morsels in AsOf join node (#27461)
  • Add test for projection pushdown with hconcat regression (#27937)
  • Traverse caches only once in explain (#27939)
  • Preserve null placement when collapsing sort.reverse() into single sort (#27918)

... (truncated)

Commits
  • 5e9cf5c feat(rust): Expose IRFunctionExpr::Fused in the python node visitor (#27889)
  • a65aa6e chore: Add AI agent disclsoure (#28064)
  • b5dcfb4 Python Polars 1.42.0 (#28046)
  • d60ecb0 depr: Deprecate casts from string to temporal dtypes (#28056)
  • bdf2e55 fix(rust): Fix qcut panic and incorrect bins on NaN input (#28020)
  • a5fc297 fix(rust): Remove TrustedLen from Scan (#28055)
  • 0b85847 fix: Add a deprecation warning for .exclude() without empty_as_null argum...
  • 78c2b03 perf: Add bytes-based concurrency control for cloud IO (#27924)
  • ca50072 fix: Fix select(len()) incorrectly returned 0 when using scan_iceberg wit...
  • c68d105 fix: Ensure slice expr always observes input order (#28041)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 29, 2026
@amotl

amotl commented Jul 2, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

1 similar comment
@amotl

amotl commented Jul 2, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.0.1...py-1.42.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-version: 1.42.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@amotl
amotl force-pushed the dependabot/pip/polars-lt-1.43 branch from c50c826 to 15c3793 Compare July 2, 2026 09:43
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.56%. Comparing base (af47597) to head (15c3793).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files           3        3           
  Lines          41       41           
=======================================
  Hits           40       40           
  Misses          1        1           
Flag Coverage Δ
unittests 97.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amotl
amotl merged commit 4e554fa into main Jul 2, 2026
10 checks passed
@amotl
amotl deleted the dependabot/pip/polars-lt-1.43 branch July 2, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant