Skip to content

Support for urllib3>=2.x (Current dependency blocks security updates) #76

@MagicAlex238

Description

@MagicAlex238

Hi, I'm unable to keep my Python environment secure because crossrefapi 1.6.0 requires urllib3==1.26.16, but recent security vulnerabilities require upgrading to urllib3 2.x or later. Here :" Successfully uninstalled urllib3-1.26.16
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
crossrefapi 1.6.0 requires urllib3==1.26.16, but you have urllib3 2.5.0 which is incompatible.
Successfully installed urllib3-2.5.0
"

When I try to upgrade urllib3 for security reasons, crossrefapi forces a downgrade, which leaves my environment exposed to known vulnerabilities.

Could you please update crossrefapi to support urllib3>=2.x?
If there are compatibility issues, could you provide guidance or a timeline for when support might be added?

Thank you!
xxx

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