Skip to content

Commit

Permalink
Merge pull request #19 from hydroshare/15-pydantic-version
Browse files Browse the repository at this point in the history
allow later versions of pydantic
  • Loading branch information
sblack-usu authored Nov 10, 2021
2 parents 3effbde + b2cafb2 commit 480149b
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 480149b

Please sign in to comment.