Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Need to bump chardet dependencies #135

@whardier

Description

@whardier

Chardet is in major release 5. It is unknown what will happen if not installing the extra ext while chardet==5.1.0 is in the module path.

Provides-Extra: ext
Requires-Dist: chardet (==3.*) ; extra == 'ext'
Requires-Dist: validators (>=0.12.0) ; extra == 'ext'

Having it so far behind keeps chardet quite behind when installing a list of pip requirements where various libraries use this tool. It also restricts direct usage of chardet to an old API.

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