Skip to content

Commit 7930960

Browse files
committed
adding range to setup.py
1 parent 552ae0c commit 7930960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pytest==7.2.0
33
responses==0.22.0
44
coverage
5-
pydantic>=1.10.10,<2
5+
pydantic>=1.10,==1.*
66

77
bump2version
88
build

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"requests>=2.4.2",
2626
"pytz>=2018.5",
2727
"Deprecated",
28-
"pydantic>=1.10.2",
28+
"pydantic>=1.10,==1.*",
2929
],
3030
python_requires=">=3.7",
3131
tests_require=["cryptography>=2.3.1"],

0 commit comments

Comments
 (0)