mirror of https://github.com/tiangolo/fastapi.git
⬆ Upgrade Starlette dependency to 0.13.4 (#1361)
This commit is contained in:
parent
fddd1c12de
commit
9aea85a84e
|
|
@ -32,7 +32,7 @@ classifiers = [
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
]
|
]
|
||||||
requires = [
|
requires = [
|
||||||
"starlette ==0.13.2",
|
"starlette ==0.13.4",
|
||||||
"pydantic >=0.32.2,<2.0.0"
|
"pydantic >=0.32.2,<2.0.0"
|
||||||
]
|
]
|
||||||
description-file = "README.md"
|
description-file = "README.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue