urllib3 v1.26.12 Release Notes

Release Date: 2022-08-22 // over 1 year ago
    • ๐Ÿ—„ Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue <https://github.com/urllib3/urllib3/issues/2680>_ for justification and info on how to migrate.

Previous changes from v1.26.11

    • ๐Ÿ›  Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would raise an OverflowError on Python 3.9 and earlier.