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

Python bindings for Plaid

Results 14 plaid-python issues
Sort by recently updated
recently updated
newest added

- 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()...