Skip to content

Commit

Permalink
πŸ“Œ Upgrade pydantic pin, to handle security vulnerability CVE-2021-29510…
Browse files Browse the repository at this point in the history
… (#3213)
  • Loading branch information
tiangolo committed May 11, 2021
1 parent b890bd1 commit a629339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit a629339

Please sign in to comment.