Urllib3 1.24
See original GitHub issueUrllib3 released a new version today which has some breaking changes for Python 2.6. While we work out any other possible incompatibilities Requests will remain compatible with urllib3 1.21.1 to 1.23 for the next week.
If you’re experiencing issues due to pip’s dependency resolution, you will need to pin ˋurllib3==1.23` in your package requirements.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:10
- Comments:11 (3 by maintainers)
Top Results From Across the Web
urllib3 - PyPI
urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses ... 1.24.3 (2019-05-01). Apply fix for CVE-2019-9740....
Read more >urllib3 1.26.13 documentation
urllib3 is one of the most downloaded packages on PyPI and is a dependency of many popular Python packages like Requests, Pip, and...
Read more >urllib3/urllib3: Python HTTP library with thread-safe ... - GitHub
urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings...
Read more >urllib3 - piwheels
The piwheels project page for urllib3: HTTP library with thread-safe connection pooling, file post, and more.
Read more >urllib3@1.24.2 - Snyk Vulnerability Database
Learn more about known urllib3 1.24.2 vulnerabilities and licenses detected. ... urllib3 is a HTTP library with thread-safe connection pooling, file post, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Hrxn, just to be clear, we’ve just crossed the 24 hour threshold since the urllib3 release. We’ve provided both a work around and posted a patch with the fix for review within hours. This is the same release process that’s been in place for a couple years now.
Going around demanding immediate action from projects that are run solely by volunteers isn’t going to get things done faster. It will be ready when we are confident it’s ready and not going to introduce additional problems to a very large ecosystem.
Requests v2.20.0 has been uploaded to pypi.org. Issues should be resolved now. I’ll leave this open for a bit for visibility, then close it out this evening.