We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552ae0c commit 7930960Copy full SHA for 7930960
requirements.txt
@@ -2,7 +2,7 @@
2
pytest==7.2.0
3
responses==0.22.0
4
coverage
5
-pydantic>=1.10.10,<2
+pydantic>=1.10,==1.*
6
7
bump2version
8
build
setup.py
@@ -25,7 +25,7 @@
25
"requests>=2.4.2",
26
"pytz>=2018.5",
27
"Deprecated",
28
- "pydantic>=1.10.2",
+ "pydantic>=1.10,==1.*",
29
],
30
python_requires=">=3.7",
31
tests_require=["cryptography>=2.3.1"],
0 commit comments