mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade Starlette version to `>=0.27.0` for a security release (#9541)
This commit is contained in:
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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue