urllib3 v1.26.12 Release Notes
Release Date: 2022-08-22 // over 2 years ago-
- ๐ Deprecated the
urllib3[secure]
extra and theurllib3.contrib.pyopenssl
module. Both will be removed in v2.x. See thisGitHub issue <https://github.com/urllib3/urllib3/issues/2680>
_ for justification and info on how to migrate.
- ๐ Deprecated the
Previous changes from v1.26.11
-
- ๐ Fixed an issue where reading more than 2 GiB in a call to
HTTPResponse.read
would raise anOverflowError
on Python 3.9 and earlier.
- ๐ Fixed an issue where reading more than 2 GiB in a call to