blackducksoftware / hub-rest-api-python

HUB REST API Python bindings
Apache License 2.0
89 stars 104 forks source link

fix deprecation warning from urllib3.util.retry #228

Closed thmahe closed 1 year ago

thmahe commented 1 year ago

According to urllib3 documentation,

method_whitelist will be removed in v2.0 for urllib3.util.retry.Retry object.

allowed_methods must be used instead.