Skip to content

Commit

Permalink
Merge pull request #822 from jmmshn/patch-2
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
munrojm committed Jul 11, 2023
2 parents 451d4aa + b3ba778 commit c038f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,7 +27,8 @@
include_package_data=True,
install_requires=[
"setuptools",
"pydantic",
"pydantic<=1.10.11",
"pydantic>=0.32.2",
"pymongo>=4.2.0",
"monty>=1.0.2",
"mongomock>=3.10.0",
Expand All @@ -37,7 +38,6 @@
"mongogrant>=0.3.1",
"aioitertools>=0.5.1",
"numpy>=1.17.3",
"pydantic>=0.32.2",
"fastapi>=0.42.0",
"pyzmq==24.0.1",
"dnspython>=1.16.0",
Expand Down

0 comments on commit c038f59

Please sign in to comment.