⬆️ Upgrade Starlette to >=0.37.2,<0.41.0 (#12431)

This commit is contained in:
Sebastián Ramírez
2024-10-12 11:59:01 +02:00
committed by GitHub
parent 113da5b0a7
commit b77f2351d1

View File

@@ -41,7 +41,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
"starlette>=0.37.2,<0.39.0",
"starlette>=0.37.2,<0.41.0",
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
"typing-extensions>=4.8.0",
]