]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📌 Upgrade pydantic pin, to handle security vulnerability CVE-2021-29510 (#3213)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 11 May 2021 21:17:17 +0000 (23:17 +0200)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 21:17:17 +0000 (23:17 +0200)
pyproject.toml

index a2845ff26f668e896eeefeb07b6e8b9d70a5c4f3..f376dcdff470c2814a8c6aafc0bf28c19f2fbe9f 100644 (file)
@@ -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"