Skip to content

Commit

Permalink
restrict pydantic to <3 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Sep 15, 2023
1 parent fc135ea commit 53bb03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rich",
# pydantic.v1.parse_obj is broken in ==2.0.0:
# https://github.com/pydantic/pydantic/issues/6361
"pydantic>=1.9.0,!=2.0.0",
"pydantic>=1.9.0,<3,!=2.0.0",
"ruamel.yaml",
"semver>=3.0.0",
"entrypoints",
Expand Down

0 comments on commit 53bb03f

Please sign in to comment.