mirror of https://github.com/tiangolo/fastapi.git
📌 Upgrade pydantic pin, to handle security vulnerability CVE-2021-29510 (#3213)
This commit is contained in:
parent
b890bd1dc5
commit
a6293397bc
|
|
@ -33,7 +33,7 @@ classifiers = [
|
|||
]
|
||||
requires = [
|
||||
"starlette ==0.14.2",
|
||||
"pydantic >=1.0.0,<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"
|
||||
requires-python = ">=3.6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue