Skip to content

Commit

Permalink
don't limit requests minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed May 9, 2023
1 parent c9b34f8 commit 43ad099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@ def main():
install_requires = [
'attrs>=17.3.0',
'urllib3<2',
'requests>=2.4.3,<=2.29.0',
'requests>=2.4.3,<3',
'requests-toolbelt>=0.4.0',
'python-dateutil', # To be removed after dropping Python 3.6
]
Expand Down

0 comments on commit 43ad099

Please sign in to comment.