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
parent
commit
e3b6927229
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml

2
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",

Loading…
Cancel
Save