chore(deps)(deps): bump the python-dependencies group with 4 updates#896
Conversation
Bumps the python-dependencies group with 4 updates: [polars](https://github.com/pola-rs/polars), [fastapi](https://github.com/fastapi/fastapi), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ty](https://github.com/astral-sh/ty). Updates `polars` from 1.42.1 to 1.43.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.42.1...py-1.43.0) Updates `fastapi` from 0.139.0 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.139.0...0.139.2) Updates `hypothesis` from 6.156.6 to 6.157.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.156.6...v6.157.2) Updates `ty` from 0.0.59 to 0.0.61 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.59...0.0.61) --- updated-dependencies: - dependency-name: polars dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: hypothesis dependency-version: 6.157.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.61 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
polars 1.43.0 changed `ewm_std` so an unbiased standard deviation of a single observation is `null` instead of `0.0`, matching `pandas.Series.ewm(...).std()` (NaN at row 0). Three mutation-kill tests asserted the old polars-only behaviour and failed after the bump. Assert on row 1 instead of row 0 — that still kills a `min_samples=window` mutant — and expect a null first row in the constant-returns case. Production behaviour is unchanged and now closer to the quantstats reference; documented the null first row on `exponential_stdev`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Heads-up: one extra commit beyond the dependency bump
pl.Series([0.01] * 10).ewm_std(span=5, min_samples=1).to_list()
# polars 1.42: [0.0, 0.0, 0.0, ...]
# polars 1.43: [None, 0.0, 0.0, ...]This matches Production behaviour is unchanged. Three mutation-kill tests in
Also added a line to the The test change is coupled to the bump and can't be split onto One consequence of pushing a non-dependabot commit here: Dependabot will no longer rebase or force-push this branch.
|
The exponential_stdev tests now expect a null first row from `ewm_std`, which is 1.43.0 behaviour — under 1.42.1 that row is `0.0` and the suite fails. Raise the floor so the constraint matches what the tests assume. `uv lock` also simplified two transitive markers (pexpect, pyzmq). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Bumps the python-dependencies group with 4 updates: polars, fastapi, hypothesis and ty.
Updates
polarsfrom 1.42.1 to 1.43.0Release notes
Sourced from polars's releases.
... (truncated)
Commits
adb194dfeat: Pre-partition group-by on hive keys (#28444)0bf71d9fix: Avoid panic when union slice skips all rows (#28420)8752751fix: Solve panic indt.replacewhen there were multiple chunks (#28437)0189b46fix: Propagateis_scalarfrom the input to the output of.sort()and `.so...ce6e4defix(rust): Insert missing coercions fromUnknown(_)in list/array arithmeti...997ce5cfeat: Add ewm_sum and ewm_sum_by #28151 (#28215)e5b36aachore: Update AI policy for comments (#28436)3cb01f4test: Fix flaky ordering expectation in top_k_by (#28435)c6e05d1fix: Resolve CSV column names overwrite in DSL->IR conversion (#28383)0cdafb4fix: Avoid IEJoin rewrite for Categorical comparisons (#28427)Updates
fastapifrom 0.139.0 to 0.139.2Release notes
Sourced from fastapi's releases.
Commits
866b7a3🔖 Release version 0.139.2 (#16014)7b3effe📝 Update release notes7fe315c🐛 Refactor router route building to make it thread-safe, mainly relevant for ...c48e67b🔖 Release version 0.139.1 (#16012)2acc4fb📝 Update release noteseb75fd0🐛 Fix frontend fallback support for doted paths like/users/john.doe(#16011)9b8410b📝 Update release notese24d44c📝 Fix topic repository list not being displayed andskip_usersnot being ap...93b78f8📝 Update release notesb959b44📝 Update release notesUpdates
hypothesisfrom 6.156.6 to 6.157.2Commits
4ce090fBump hypothesis version to 6.157.2 and update changelog068b2cfMerge pull request #4796 from HypothesisWorks/migrate-floats-to-rust434689askip tests that hithalfbugs, address review0884e3fMerge remote-tracking branch 'upstream/master' into plait/review-hypothesis-479600e62beBump hypothesis version to 6.157.1 and update changelog20ec468Merge pull request #4804 from HypothesisWorks/claude/span-keyed-explain-comments78329b9Test stdtr at df=1 against the closed form, not scipybee3768Track explain-phase comments by span instead of node slices41e4ac5Bump hypothesis version to 6.157.0 and update changelog86c9077Merge pull request #4801 from Zac-HD/claude/annotated-type-bugs-9hez25Updates
tyfrom 0.0.59 to 0.0.61Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
56b2c24Update changelog for 0.0.61 (#4028)4c865c8Bump version to 0.0.61 (#4027)ae554ecBump version to 0.0.60 (#4008)4f78ec5Update astral-sh/setup-uv action to v8.3.2 (#3997)0f9b587Update prek dependencies (#3999)9afd373Update dependency prek to v0.4.8 (#3998)391f499Update docker/build-push-action action to v7.3.0 (#4000)990dfceUpdate docker/login-action action to v4.4.0 (#4001)1b1e873Update docker/metadata-action action to v6.2.0 (#4002)aece09fUpdate docker/setup-buildx-action action to v4.2.0 (#4003)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions