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 5e22583 commit 0800f9bCopy full SHA for 0800f9b
requirements.txt
@@ -1,6 +1,6 @@
1
python_dateutil >= 2.5.3
2
setuptools >= 21.0.0
3
-urllib3 >= 1.25.3, < 2.1.0
+urllib3 >= 1.25.3
4
aenum >= 3.1.11
5
requests >= 2.31.0
6
boto3 >= 1.33.8
setup.py
@@ -18,7 +18,7 @@
18
VERSION = "1.0.1"
19
PYTHON_REQUIRES = ">=3.8"
20
REQUIRES = [
21
- "urllib3 >= 1.25.3, < 2.1.0",
+ "urllib3>=1.25.3",
22
"python-dateutil",
23
"aenum",
24
"requests~=2.32",
0 commit comments