]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📌 Update minimum version of Pydantic to >=1.7.4 (#9567)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 8 Jun 2023 18:30:49 +0000 (20:30 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 18:30:49 +0000 (20:30 +0200)
pyproject.toml

index bee5723e115887558f48b40d3e080ffcafc110b7..3bae6a3ef5f9bb321639b7f2ef072a3931913497 100644 (file)
@@ -42,7 +42,7 @@ classifiers = [
 ]
 dependencies = [
     "starlette>=0.27.0,<0.28.0",
-    "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.7.4,!=1.8,!=1.8.1,<2.0.0",
 ]
 dynamic = ["version"]