Skip to content

Commit

Permalink
fix: specify versions to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Sep 19, 2024
1 parent a1d4983 commit 2157d8e
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.9.2',
'pydantic>=2.7, !=2.9.0, !=2.9.1',
'inflection',
'jsonschema',
'semver'
Expand Down

0 comments on commit 2157d8e

Please sign in to comment.