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
3535charset-normalizer >= 3.4.3 ,< 4
3636urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
3737urllib3 >= 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"
3940sniffio == 1.3.1
4041h11 == 0.16.0
4142outcome == 1.3.0.post0
Original file line number Diff line number Diff line change 183183 'charset-normalizer>=3.4.3,<4' ,
184184 'urllib3>=1.26.20,<2;python_version<"3.10"' ,
185185 '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"' ,
187188 'sniffio==1.3.1' ,
188189 'h11==0.16.0' ,
189190 'outcome==1.3.0.post0' ,
You can’t perform that action at this time.
0 commit comments