Skip to content

Commit

Permalink
Make the requests version constraints less strict. (#657)
Browse files Browse the repository at this point in the history
fix #656
  • Loading branch information
eucyt authored Aug 15, 2024
1 parent 03d7d33 commit 292a449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests ==2.32.3
requests>=2.32.3,<3
urllib3>=2.0.5,<3
aiohttp ==3.10.3
future
Expand Down

0 comments on commit 292a449

Please sign in to comment.