Skip to content

Commit

Permalink
📌 Do not allow Pydantic 2.1.0 that breaks (require 2.1.1) (#10012)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 4, 2023
1 parent 944c591 commit 77d1f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [
]
dependencies = [
"starlette>=0.27.0,<0.28.0",
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0",
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
"typing-extensions>=4.5.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 77d1f69

Please sign in to comment.