Bump polars from 1.44.1 to 1.44.2 - #256
Merged
Merged
Conversation
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>
for more information, see https://pre-commit.ci
- 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>
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) AI Engineering Maintenance Bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps polars from 1.44.1 to 1.44.2.
Release notes
Sourced from polars's releases.
Commits
1bd8ec1Python Polars 1.44.2ccc3842refactor(rust): Reduce code monomorphization in eager joins (#29087)22f274brefactor(rust): Reduce serde monomorphization (#29088)b069c83feat(python): AddorganizationtoConfig.enable_monitoring(#29221)d5a00ecci: Skip tests that are currently failing on windows (#28962)22dc741test(python): Update test for latest pyiceberg (#29090)d1a325bfix: Include the library path in the plugin dlopen error message (#29213)461fe0efeat(python): Add a workspace argument to Config.enable_monitoring (#29196)0ced41bfix: Wrap IoError in PathIoError such that callers can extract untruncated pa...3b4075brefactor: Bumpobject_storefor newDnsResolvertrait (#29145)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)