Skip to content

Commit

Permalink
Disallow Pydantic v1.10, require >=2
Browse files Browse the repository at this point in the history
This is based on the experiment carried out in #693.
In particular, ValidationInfo can't be imported from Pydantic v1.
  • Loading branch information
maresb committed Sep 11, 2024
1 parent aca2ce5 commit 345fbcb
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 @@ -33,7 +33,7 @@ dependencies = [
"ensureconda >=1.4.4",
"gitpython >=3.1.30",
"jinja2",
"pydantic >=1.10",
"pydantic >=2",
"pyyaml >= 5.1",
# constraint on version comes from poetry
"requests >=2.26,<3.0",
Expand Down

0 comments on commit 345fbcb

Please sign in to comment.