Skip to content

Commit

Permalink
Restrict pydantic to ~=2.9
Browse files Browse the repository at this point in the history
Pydantic 2.8 doesn't have "core_schema.ComplexSchema"
needed in the current code. Let's support Pydantic 2.8
only when needed
  • Loading branch information
candleindark committed Sep 6, 2024
1 parent 3ec2098 commit f8e1491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ python = "3.9"
dependencies = [
"aind-data-schema>=0.38.6",
"dandischema>=0.10.2",
"pydantic~=2.9",
"pytest",
"pytest-cov",
"pytest-mock",
Expand Down

0 comments on commit f8e1491

Please sign in to comment.