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

Fixed the name of parameter method_whitelist since it was changed #96

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

grisov
Copy link

@grisov grisov commented Jul 8, 2023

Description:

The class urllib3.util.retry.Retry no longer has the method_whitelist parameter. It was renamed to allowed_methods.

From urllib3 documentation:

Previously this parameter was named ``method_whitelist``, that usage is deprecated in v1.26.0 and will be removed in v2.0.

method_whitelist is deprecated and already removed in latest versions of urllib3.

@victoryakaniru
Copy link

victoryakaniru commented Dec 26, 2023

This remains an issue. If you're experiencing this problem, then do this , pending when this is merged.

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.

2 participants