Skip to content

Commit

Permalink
Bump requests pin
Browse files Browse the repository at this point in the history
Python 3.12 is incompatible with the version of `urllib3` pulled in by
`requests<2.21`. Bumping the requests pin to `requests<2.26` resolves
this issue.
  • Loading branch information
king-alexander committed Dec 22, 2023
1 parent 54d7811 commit b7fc10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_version(version_file):
"python-dateutil >= 2.7.5",
"PyYAML >= 6.0.0",
"redis >= 3.2.0",
"requests <2.21,>=2.6.1",
"requests <2.26,>=2.6.1",
"schedule >= 0.4.2",
"setuptools >= 24.2.0",
"tqdm >= 4.30.0",
Expand Down

0 comments on commit b7fc10e

Please sign in to comment.