Skip to content

Commit

Permalink
fix: limit pydantic version to <2.9 (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman authored Sep 6, 2024
1 parent 79dc73b commit 35dcab1
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 @@ -16,7 +16,7 @@ dynamic = ["version"]
dependencies = [
'aind-data-schema-models>=0.3.2',
'dictdiffer',
'pydantic>=2.7',
'pydantic>=2.7,<2.9',
'inflection',
'jsonschema',
'semver'
Expand Down

0 comments on commit 35dcab1

Please sign in to comment.