-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
After updating Firefly-iii-client, I was having a problem when calling list_account:
api_instance = AccountsApi(api_client)
accounts = api_instance.list_account()
The error:
PoolKey.__new__() got an unexpected keyword argument 'key_ca_cert_data'
I had urllib3 version 2.0.7, which satisfies requirements.txt, however it caused the issue.
Updating to >= 2.1.0 solved the issue for me (I updated to 2.5.0).
Metadata
Metadata
Assignees
Labels
No labels