Skip to content

Commit

Permalink
Merge pull request #177 from dandi/restrict-pydantic
Browse files Browse the repository at this point in the history
Restrict pydantic requirement to < 2.0
  • Loading branch information
yarikoptic authored Apr 17, 2023
2 parents b310e3e + 1542d74 commit 3a9d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ project_urls =
python_requires = >=3.7
install_requires =
jsonschema[format]
pydantic[email] >= 1.8.1
pydantic[email] >= 1.8.1, < 2.0
typing_extensions; python_version < "3.8"
requests
zip_safe = False
Expand Down

0 comments on commit 3a9d076

Please sign in to comment.