mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-31 13:11:17 -04:00
⬆️ Upgrade Starlette version to >=0.27.0 for a security release (#9541)
This commit is contained in:
committed by
GitHub
parent
d59c27d017
commit
b4535abe8f
@@ -41,7 +41,7 @@ classifiers = [
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
]
|
||||
dependencies = [
|
||||
"starlette>=0.26.1,<0.27.0",
|
||||
"starlette>=0.27.0,<0.28.0",
|
||||
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
Reference in New Issue
Block a user