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 54d0ab4 commit 1bd12baCopy full SHA for 1bd12ba
2 files changed
requirements.txt
@@ -35,7 +35,8 @@ chardet==5.2.0
35
charset-normalizer>=3.4.3,<4
36
urllib3>=1.26.20,<2;python_version<"3.10"
37
urllib3>=1.26.20,<2.6.0;python_version>="3.10"
38
-requests>=2.32.5,<2.33
+requests==2.32.4;python_version<"3.9"
39
+requests>=2.32.5,<2.33;python_version>="3.9"
40
sniffio==1.3.1
41
h11==0.16.0
42
outcome==1.3.0.post0
setup.py
@@ -183,7 +183,8 @@
183
'charset-normalizer>=3.4.3,<4',
184
'urllib3>=1.26.20,<2;python_version<"3.10"',
185
'urllib3>=1.26.20,<2.6.0;python_version>="3.10"',
186
- 'requests>=2.32.5,<2.33',
+ 'requests==2.32.4;python_version<"3.9"',
187
+ 'requests>=2.32.5,<2.33;python_version>="3.9"',
188
'sniffio==1.3.1',
189
'h11==0.16.0',
190
'outcome==1.3.0.post0',
0 commit comments