Commit e04bd4f
fix: widen fastapi constraint to allow starlette CVE-2025-62727 fix
The tight `fastapi>=0.115.0,<0.116` pin caps starlette at `<0.47.0`,
blocking the fix for CVE-2025-62727 which requires starlette>=0.49.1.
Widened to `fastapi>=0.115.0,<0.136`. The SDK only uses stable public
APIs (FastAPI, Request, StreamingResponse, BaseHTTPMiddleware, Depends)
that are unchanged across these versions. All 501 SDK tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b1f5ff8 commit e04bd4f
2 files changed
+21
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments