Skip to content

Commit 821770e

Browse files
committed
Bump version and add release notes for v2.32.4
1 parent 59f8aa2 commit 821770e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

HISTORY.md

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

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

9+
2.32.4 (2025-06-10)
10+
-------------------
11+
12+
**Security**
13+
- CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted
14+
environment will retrieve credentials for the wrong hostname/machine from a
15+
netrc file.
16+
17+
**Improvements**
18+
- Numerous documentation improvements
19+
920
**Deprecations**
1021
- Added support for pypy 3.11 for Linux and macOS.
1122
- Dropped support for pypy 3.9 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.3"
9-
__build__ = 0x023203
8+
__version__ = "2.32.4"
9+
__build__ = 0x023204
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "[email protected]"
1212
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)