Skip to content

Commit

Permalink
adding range to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Jul 6, 2023
1 parent 552ae0c commit 7930960
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
Expand Up @@ -2,7 +2,7 @@
pytest==7.2.0
responses==0.22.0
coverage
pydantic>=1.10.10,<2
pydantic>=1.10,==1.*

bump2version
build
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"requests>=2.4.2",
"pytz>=2018.5",
"Deprecated",
"pydantic>=1.10.2",
"pydantic>=1.10,==1.*",
],
python_requires=">=3.7",
tests_require=["cryptography>=2.3.1"],
Expand Down

0 comments on commit 7930960

Please sign in to comment.