plaid-python icon indicating copy to clipboard operation
plaid-python copied to clipboard

warning in plaid/exceptions.py:105

Open radoshi opened this issue 8 months ago • 0 comments

Running unit tests with pytest, I see the following warning:

.venv/lib/python3.12/site-packages/plaid/exceptions.py:105: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.
    self.headers = http_resp.getheaders()

https://github.com/plaid/plaid-python/blob/master/plaid/exceptions.py#L105

radoshi avatar Apr 16 '25 00:04 radoshi