You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
method_whitelist=set({'POST'}) | set(Retry.DEFAULT_METHOD_WHITELIST),
AttributeError: type object 'Retry' has no attribute 'DEFAULT_METHOD_WHITELIST'
urllib3 was updated for neutral language, therefore affecting method_whitelist. Specifically, Retry.DEFAULT_METHOD_WHITELIST was changed to Retry.DEFAULT_ALLOWED_METHODS.
The text was updated successfully, but these errors were encountered:
Specific traceback:
urllib3
was updated for neutral language, therefore affectingmethod_whitelist
. Specifically,Retry.DEFAULT_METHOD_WHITELIST
was changed toRetry.DEFAULT_ALLOWED_METHODS
.The text was updated successfully, but these errors were encountered: