Browse Source
fix(security): upgrade starlette for CVE-2026-48710 mitigation
pull/15615/head
Raúl Mauricio Uñate Castro
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
pyproject.toml
|
|
|
@ -42,7 +42,7 @@ classifiers = [ |
|
|
|
"Topic :: Internet :: WWW/HTTP", |
|
|
|
] |
|
|
|
dependencies = [ |
|
|
|
"starlette>=0.46.0", |
|
|
|
"starlette>=1.0.1", |
|
|
|
"pydantic>=2.9.0", |
|
|
|
"typing-extensions>=4.8.0", |
|
|
|
"typing-inspection>=0.4.2", |
|
|
|
|