chore(deps): batch API dep bumps (fastapi, structlog, numpy, polars, +4) - #126
Merged
Merged
Conversation
Targeted uv.lock upgrades (Dependabot #72, #73, #78, #79, #86, #87, #88, #89): - fastapi 0.136.1 -> 0.141.1 - structlog 25.5.0 -> 26.1.0 (CalVer; used API surface — get_logger, stdlib.BoundLogger, ProcessorFormatter, standard processors — is unchanged) - numpy 2.5.1 -> 2.5.3 - polars 1.42.1 -> 1.44.2 - pytest 9.0.3 -> 9.1.1 - hypothesis 6.152.4 -> 6.168.0 - pydantic-settings 2.14.1 -> 2.15.0 - sse-starlette 3.4.6 -> 3.4.11 Deliberately EXCLUDES anthropic: the dep is unpinned, so an upgrade resolves to 1.7.0 (the SDK 1.0 major with breaking API changes), not the 0.121.0 Dependabot proposed. Left for separate human review (#82). Verified locally: ruff check + format, mypy (0 issues, 80 files), and the full pytest suite pass (the 1-2 flaky full-suite failures are pre-existing test isolation issues — main fails them too and CI is green on both). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Sep 18, 2026
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.
Targeted
uv.lockupgrades combining Dependabot #72, #73, #78, #79, #86, #87, #88, #89:Excludes anthropic (#82) on purpose: the dep is unpinned, so upgrading resolves to 1.7.0 — the SDK 1.0 major (breaking rewrite), not the 0.121.0 Dependabot proposed. Left for human review.
Verified locally: ruff + mypy (0 issues) + full pytest pass. The occasional flaky full-suite failure is pre-existing (main fails it too; CI green on both).
Supersedes #72, #73, #78, #79, #86, #87, #88, #89.
🤖 Generated with Claude Code