Skip to content

Commit

Permalink
allow pydantic 1.9* and 1.10*
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jul 13, 2023
1 parent b4ea051 commit e041853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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,<2.0
email-validator
jsonschema2md
black
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

setup(
name='hsmodels',
version='0.5.7',
version='0.5.8',
packages=find_packages(include=['hsmodels', 'hsmodels.*', 'hsmodels.schemas.*', 'hsmodels.schemas.rdf.*'],
exclude=("tests",)),
install_requires=[
'rdflib<6.0.0',
'pydantic~=1.8.1',
'pydantic>=1.8.1,<2.0',
'email-validator'
],
url='https://github.com/hydroshare/hsmodels',
Expand Down

0 comments on commit e041853

Please sign in to comment.