Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend on urllib3 1.26+ for allowed_methods #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wjt
Copy link

@wjt wjt commented Mar 1, 2023

Commit af4f8e9 "inline retry strat"
changed the 'method_whitelist' argument to the urllib3.util.Retry()
constructor to the new name 'allowed_methods'. This new name was
introduced in urllib3 1.26. But there was no direct or transitive
dependency on a new-enough version of urllib3.

Explicitly depend on a new-enough version of urllib3.

Commit af4f8e9 "inline retry strat"
changed the 'method_whitelist' argument to the urllib3.util.Retry()
constructor to the new name 'allowed_methods'. This new name was
introduced in urllib3 1.26. But there was no direct or transitive
dependency on a new-enough version of urllib3.

Explicitly depend on a new-enough version of urllib3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant