Skip to content

Commit 292a449

Browse files
authored
Make the requests version constraints less strict. (#657)
fix #656
1 parent 03d7d33 commit 292a449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests ==2.32.3
1+
requests>=2.32.3,<3
22
urllib3>=2.0.5,<3
33
aiohttp ==3.10.3
44
future

0 commit comments

Comments
 (0)