urllib3 deprication of whitelist #395
DaveGold35
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in the client.py module, retry uses an argument whitelist=(...) to denote the applicable methods, when this argument is no longer in use in the latest updates and needs to be switched with allowed_methods.
Beta Was this translation helpful? Give feedback.
All reactions