Skip to content

Commit

Permalink
pin pydantic < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Jun 30, 2023
1 parent 63f3599 commit 1ecdbe0
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 @@ -51,7 +51,7 @@ classifiers = [

[project.optional-dependencies]
test = ["pytest >= 3.8", "hypothesis >= 6.28.0"]
pydantic = ["pydantic>=1.8.2"]
pydantic = ["pydantic>=1.8.2,<2.0.0"]
beartype = ["beartype>=0.8.0"]

[project.urls]
Expand Down

0 comments on commit 1ecdbe0

Please sign in to comment.