Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Usage of urllib3 is outdated specific to method_whitelist #40

Closed
WitchGod opened this issue May 5, 2023 · 1 comment
Closed

Usage of urllib3 is outdated specific to method_whitelist #40

WitchGod opened this issue May 5, 2023 · 1 comment

Comments

@WitchGod
Copy link

WitchGod commented May 5, 2023

Specific traceback:

    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.

image

@WitchGod
Copy link
Author

WitchGod commented May 5, 2023

My bad, this should be for databricks_cli and not this library.

@WitchGod WitchGod closed this as completed May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant