plaid-python
plaid-python copied to clipboard
Python bindings for Plaid
- direct invocation of setup.py is deprecated - publish wheels
While the current distribution is workable, it would be nice to get a full wheel published as well. Right now, when installing plaid-python with uv, it goes through the process...
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()...