Skip to content

Bump polars from 1.44.1 to 1.44.2 - #256

Merged
amrit110 merged 4 commits into
mainfrom
dependabot/uv/polars-1.44.2
Sep 14, 2026
Merged

amrit110 merged 4 commits into
mainfrom
dependabot/uv/polars-1.44.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps polars from 1.44.1 to 1.44.2.

Release notes

Sourced from polars's releases.

Python Polars 1.44.2

🛠️ Other improvements

Thank you to all our contributors for making this release possible! @​EndPositive, @​dsprenkels, @​kdn36, @​lun3x, @​nameexhaustion and @​orlp

Commits
  • 1bd8ec1 Python Polars 1.44.2
  • ccc3842 refactor(rust): Reduce code monomorphization in eager joins (#29087)
  • 22f274b refactor(rust): Reduce serde monomorphization (#29088)
  • b069c83 feat(python): Add organization to Config.enable_monitoring (#29221)
  • d5a00ec ci: Skip tests that are currently failing on windows (#28962)
  • 22dc741 test(python): Update test for latest pyiceberg (#29090)
  • d1a325b fix: Include the library path in the plugin dlopen error message (#29213)
  • 461fe0e feat(python): Add a workspace argument to Config.enable_monitoring (#29196)
  • 0ced41b fix: Wrap IoError in PathIoError such that callers can extract untruncated pa...
  • 3b4075b refactor: Bump object_store for new DnsResolver trait (#29145)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [polars](https://github.com/pola-rs/polars) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.44.1...py-1.44.2)

---
updated-dependencies:
- dependency-name: polars
  dependency-version: 1.44.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 14, 2026
pre-commit-ci Bot and others added 3 commits September 14, 2026 09:37
- Broaden mypy exclude pattern in pyproject.toml to match the cohort
  check scripts regardless of whether mypy receives an absolute or
  relative path (remove leading ^ anchor). These verbatim scripts
  cannot be annotated; polars 1.44.2 tightened quantile()'s return
  type to float | None, causing new mypy errors.
- Whitelist `evn` (event-name loop variable) in _typos.toml so the
  typos hook does not flag it as a misspelling of "even" in the
  verbatim cohort check scripts.

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
The cohort check scripts (cohort_check_mimic.py, cohort_check_eicu.py)
cannot be annotated without redefining the published cohort groups.
The existing `exclude` pattern in [tool.mypy] suppresses discovery-based
checking, but mypy ignores that option when files are passed explicitly
on the command line (which is how pre-commit invokes it). polars 1.44.2
tightened quantile()'s return type to float | None, surfacing 8 new
mypy errors in these two files. Adding [[tool.mypy.overrides]] with
ignore_errors = true is the correct way to suppress errors for
explicitly-passed files.

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
@amrit110
amrit110 enabled auto-merge (squash) September 14, 2026 23:07
@amrit110
amrit110 merged commit a7d8b4c into main Sep 14, 2026
10 checks passed
@amrit110
amrit110 deleted the dependabot/uv/polars-1.44.2 branch September 14, 2026 23:19
@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed build failures - Modified 3 files - Executed 3429 agent actions - (2852 info, 265 tool_call, 207 error, 71 tool_result, 34 reasoning)

View PR history on dashboard

AI Engineering Maintenance Bot

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant