Download Latest Version requests-2.32.4.tar.gz (135.3 kB)
Email in envelope

Get an email when there's a new version of Requests

Home / v2.32.2
Name Modified Size InfoDownloads / Week
Parent folder
requests-2.32.2-py3-none-any.whl 2024-05-21 63.9 kB
requests-2.32.2.tar.gz 2024-05-21 130.3 kB
README.md 2024-05-21 643 Bytes
v2.32.2 source code.tar.gz 2024-05-21 4.1 MB
v2.32.2 source code.zip 2024-05-21 4.1 MB
Totals: 5 Items   8.3 MB 0

2.32.2 (2024-05-21)

Deprecations - To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is considered deprecated in all versions of Requests>=2.32.0.

A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)

Source: README.md, updated 2024-05-21