Commit f454c68
authored
Security: Update dependencies to fix CVE vulnerabilities (#554)
* Security: Update dependencies to fix CVE vulnerabilities
- Update fastapi[standard] to >=0.116.0
- Update sentry-sdk[fastapi] to >=2.20.0 (major version upgrade)
- Migrate dev-dependencies from deprecated [tool.uv] to [dependency-groups]
CVEs addressed:
- CVE-2025-66418, CVE-2025-66471, CVE-2026-21441 (urllib3)
- CVE-2025-69223 to CVE-2025-69230 (aiohttp)
- CVE-2025-54121, CVE-2025-62727 (starlette)
- CVE-2025-66221, CVE-2026-21860 (werkzeug)
- CVE-2025-68146, CVE-2026-22701 (filelock)
Verified with pip-audit: 0 vulnerabilities found.
* Security: Fix python-multipart CVE path traversal vulnerability
* Update python-multipart minimum version to 0.0.22 to address path traversal vulnerability in file uploads. Also reverted to tool.uv.dev-dependencies format to fix CI test execution issues.1 parent 2ee689f commit f454c68
2 files changed
+2373
-2044
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments