Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - pls. support the latest version of urllib3 #136

Open
tammyalexandra opened this issue Aug 29, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@tammyalexandra
Copy link

tammyalexandra commented Aug 29, 2024

What is your feature request? Please describe.

Currently this library is locked to a two year-old version of urllib3. urllib3 is now up to 2.2.2 -- it has been on 2.* for more than a year.

Describe the solution you'd like

Can you please update requirements.txt to support the latest version of urllib3?

Describe alternatives you've considered

Unfortunately we cannot downgrade urllib3 in our own codebase bc it leads to a cascade of downgrades that reintroduces a security vulnerability.

Additional context

n/a

@tammyalexandra tammyalexandra added the enhancement New feature or request label Aug 29, 2024
@ramicaza
Copy link

+1. Also if the dependencies could be loosened in general that would be fantastic. E.g. dotenv is pinned to version ==20.0.0
(IIRC).

A simple unpinning of the dependencies in setup.py as is standard practice in all libraries would suffice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants