splunk_handler icon indicating copy to clipboard operation
splunk_handler copied to clipboard

Update Minimum Required Requests Version to 2.25.0

Open btstevens89 opened this issue 3 years ago • 0 comments

With https://github.com/zach-taylor/splunk_handler/pull/49, the underlying urllib3 minimum version required increased to 1.26.0. Requests 2.25.0 is the first version that pulls in urllib3 1.26.0.

urllib3 1.26.0 (2020-11-10) https://urllib3.readthedocs.io/en/latest/changelog.html#id6

Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST, Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and 
Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS, Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT,
and Retry(allowed_methods=...) (Pull #2000) Starting in urllib3 v2.0: Deprecated options will be removed

Requests 2.25.0 (2020-11-11) https://docs.python-requests.org/en/latest/community/updates/#id3

Dependencies
    Requests now supports urllib3 v1.26.

btstevens89 avatar Aug 23 '21 20:08 btstevens89