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
It seems that getheader will be removed soon in urllib3 :
opsgenie_sdk/rest.py:52: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
return self.urllib3_response.getheader(name, default)
Another question : is this package still maintained ?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
It seems that getheader will be removed soon in urllib3 :
opsgenie_sdk/rest.py:52: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
return self.urllib3_response.getheader(name, default)
Another question : is this package still maintained ?
Thank you!
The text was updated successfully, but these errors were encountered: