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
/path-to-environment/lib/python3.8/site-packages/pinecone/core/client/rest.py:45: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTResponse.headers.get(name, default).
I can see in the source code the following:
classRESTResponse(io.IOBase):
# ...defgetheader(self, name, default=None):
"""Returns a given response header."""returnself.urllib3_response.getheader(name, default)
The warnings are very frequent, and the fix at first glance seems rather easy.
Lib Version
2.1.0
OS/Hardware
Mac OS Monterey 12.0.1 / Apple M1 Macbook Pro