Skip to content

Initialization failure with urllib3 v2 #37

@ryankearney

Description

@ryankearney

requirements.txt does not include urllib3.

urllib3 v1.26.0 (released 2 and a half years ago) deprecated DEFAULT_METHOD_WHITELIST that's used in init.py and also calls out that v2.0 will drop support for Python 2.

Since urblib3 is not explicitly defined in requirements.txt, a pip install will load version 2 for the last month or so which breaks the SDK due to it using a feature deprecated (and now removed) attribute in urblib3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions