-
Notifications
You must be signed in to change notification settings - Fork 46
Description
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