mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-16 04:53:11 -04:00
⬆️ Upgrade Starlette to >=0.37.2,<0.41.0 (#12431)
This commit is contained in:
committed by
GitHub
parent
113da5b0a7
commit
b77f2351d1
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user