Skip to content

Commit

Permalink
Merge pull request #69 from multimeric/pydantic-v1
Browse files Browse the repository at this point in the history
Enforce pydantic < 3
  • Loading branch information
pr4deepr authored Aug 25, 2024
2 parents 2925622 + 03da202 commit bcf3b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
"pyopencl",
# This is the first pydantic version that supports the "compatibility mode"
# https://docs.pydantic.dev/latest/migration/#using-pydantic-v1-features-in-a-v1v2-environment
"pydantic>=1.10.17",
"pydantic>=1.10.17,<3",
"pyyaml",
"read-roi",
"rich",
Expand Down

0 comments on commit bcf3b81

Please sign in to comment.