File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- \[ Short description of non-trivial change.\]
8
8
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
+
9
19
** Deprecations**
10
20
- Added support for Python 3.14.
11
21
- Dropped support for Python 3.8 following its end of support.
Original file line number Diff line number Diff line change 5
5
__title__ = "requests"
6
6
__description__ = "Python HTTP for Humans."
7
7
__url__ = "https://requests.readthedocs.io"
8
- __version__ = "2.32.4 "
9
- __build__ = 0x023204
8
+ __version__ = "2.32.5 "
9
+ __build__ = 0x023205
10
10
__author__ = "Kenneth Reitz"
11
11
__author_email__ = "[email protected] "
12
12
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments