mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade Starlette to 0.17.1 (#4145)
Co-authored-by: Dima Tisnek <dimaqq@gmail.com> Co-authored-by: simond <simond@surveymonkey.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com> Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
This commit is contained in:
parent
3efb4f7edf
commit
2b10ca1cc4
|
|
@ -33,7 +33,7 @@ classifiers = [
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
]
|
]
|
||||||
requires = [
|
requires = [
|
||||||
"starlette ==0.16.0",
|
"starlette ==0.17.1",
|
||||||
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
|
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
|
||||||
]
|
]
|
||||||
description-file = "README.md"
|
description-file = "README.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue