We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
+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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: