Skip to content

Commit b25c87d

Browse files
authored
v2.32.5
1 parent 131e506 commit b25c87d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ dev
66

77
- \[Short description of non-trivial change.\]
88

9+
2.32.5 (2025-08-18)
10+
-------------------
11+
12+
**Bugfixes**
13+
14+
- The SSLContext caching feature originally introduced in 2.32.0 has created
15+
a new class of issues in Requests that have had negative impact across a number
16+
of use cases. The Requests team has decided to revert this feature as long term
17+
maintenance of it is proving to be unsustainable in its current iteration.
18+
919
**Deprecations**
1020
- Added support for Python 3.14.
1121
- Dropped support for Python 3.8 following its end of support.

src/requests/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
__title__ = "requests"
66
__description__ = "Python HTTP for Humans."
77
__url__ = "https://requests.readthedocs.io"
8-
__version__ = "2.32.4"
9-
__build__ = 0x023204
8+
__version__ = "2.32.5"
9+
__build__ = 0x023205
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "[email protected]"
1212
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)