Skip to content

urllib3 requirement issue #28

@LucaBianco

Description

@LucaBianco

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions