1
0
Fork 0

[rh:requests] Bump minimum required version of urllib3 to 2.0.2 (#13939)

- urllib3 1.26.x gives unexpected results with partial reads: https://github.com/urllib3/urllib3/issues/2128
- urllib3 2.0.0 and 2.0.1 were yanked from PyPI: https://github.com/urllib3/urllib3/issues/3009

Closes #13927
Authored by: bashonly
This commit is contained in:
bashonly 2025-08-06 14:00:53 -05:00 committed by GitHub
commit 8175f3738f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 24 deletions

View file

@ -51,7 +51,7 @@ default = [
"mutagen",
"pycryptodomex",
"requests>=2.32.2,<3",
"urllib3>=1.26.17,<3",
"urllib3>=2.0.2,<3",
"websockets>=13.0",
]
curl-cffi = [