Conversation
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.1 to 0.135.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.128.1...0.135.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Risk Assessment — claude-code Risk Level: 🟡 MEDIUM — Merge with awareness What changed (0.128.1 → 0.135.1, 7 minor versions):
Primary concern: Starlette transitive bump. The Starlette upgrade is required for proper exception group unwrapping in streaming endpoints. If any exception handling in this repo catches generic exceptions from async generators or streaming handlers, behavior may change subtly. Test suite confidence: Low-moderate. The full FastAPI app stack (middleware, routes, MCP protocol) is exercised end-to-end, and those tests pass. However, the test suite is only 2 happy-path tests with no error-path or middleware unit tests. The TaskGroup fix could surface previously-silent async bugs — worth watching logs on first deploy. Verdict: Safe to merge given passing CI. Monitor logs post-deploy for any async exception group surprises. |
|
Superseded by #74. |
Bumps fastapi from 0.128.1 to 0.135.1.
Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
ca5f60e🔖 Release version 0.135.187f75aa📝 Update release notes8a9258b🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed...6038507📝 Update release notesc796ba4👥 Update FastAPI People - Experts (#15037)b24aa03📝 Update release notes2c61047✏️ Fix typo indocs/en/docs/_llm-test.md(#15007)e3bbeef📝 Update release notesd726c8c📝 Update release notescf514e6👥 Update FastAPI People - Contributors and Translators (#15029)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)