Skip to content

Commit

Permalink
disallow urllib3 versions that cause BadAuth [closes #24]
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Feb 5, 2021
1 parent 9f65116 commit 6cda327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
install_requires=[
'pycryptodomex >= 3.0',
'requests',
'urllib3 < 1.26.0', # newer urllib3 versions cause BadAuth: https://github.com/urllib3/urllib3/issues/2101
],
license='MIT',
zip_safe=False,
Expand Down

0 comments on commit 6cda327

Please sign in to comment.