Skip to content

Commit

Permalink
Merge pull request #43 from hydroshare/pydantic-v1
Browse files Browse the repository at this point in the history
ensure pydantic < v2
  • Loading branch information
devincowan authored Jul 13, 2023
2 parents ac6bec4 + a1c0094 commit ec92fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rdflib<6.0.0
pydantic>=1.8.1
pydantic~=1.8.1
email-validator
jsonschema2md
black
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
exclude=("tests",)),
install_requires=[
'rdflib<6.0.0',
'pydantic>=1.8.1',
'pydantic~=1.8.1',
'email-validator'
],
url='https://github.com/hydroshare/hsmodels',
Expand Down

0 comments on commit ec92fa8

Please sign in to comment.