-
Notifications
You must be signed in to change notification settings - Fork 516
Update urllib3 to 2.6.0 due to CVE-2025-66418 #4260
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,6 @@ colorama==0.4.6 | |
| tensorboard>=2.17.0 | ||
| protobuf>=5.26.1 | ||
| SQLAlchemy==1.4.17 | ||
| urllib3>=1.26.17 | ||
| urllib3>=2.6.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When AutoTuner is installed with Python 3.8, which remains explicitly supported by Useful? React with 👍 / 👎. |
||
| matplotlib==3.10.0 | ||
| pyyaml==6.0.1 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version
2.6.0forurllib3does not exist on PyPI (the latest version is2.3.0). Specifyingurllib3>=2.6.0will causepip installto fail because the package manager cannot find a matching version. Please use a valid, existing version ofurllib3(such as2.3.0).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, there is a version 2.7.0 at https://pypi.org/project/urllib3/#history