File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ chardet==5.2.0
35
35
charset-normalizer >= 3.4.3 ,< 4
36
36
urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
37
37
urllib3 >= 1.26.20 ,< 2.6.0 ;python_version >= "3.10"
38
- requests >= 2.32.5 ,< 2.33
38
+ requests == 2.32.4 ;python_version < "3.9"
39
+ requests >= 2.32.5 ,< 2.33 ;python_version >= "3.9"
39
40
sniffio == 1.3.1
40
41
h11 == 0.16.0
41
42
outcome == 1.3.0.post0
Original file line number Diff line number Diff line change 183
183
'charset-normalizer>=3.4.3,<4' ,
184
184
'urllib3>=1.26.20,<2;python_version<"3.10"' ,
185
185
'urllib3>=1.26.20,<2.6.0;python_version>="3.10"' ,
186
- 'requests>=2.32.5,<2.33' ,
186
+ 'requests==2.32.4;python_version<"3.9"' ,
187
+ 'requests>=2.32.5,<2.33;python_version>="3.9"' ,
187
188
'sniffio==1.3.1' ,
188
189
'h11==0.16.0' ,
189
190
'outcome==1.3.0.post0' ,
You can’t perform that action at this time.
0 commit comments