Skip to content

Commit 111d2b7

Browse files
authored
v2.33.1
1 parent f0198e6 commit 111d2b7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

HISTORY.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ dev
66

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

9+
2.33.1 (2026-03-30)
10+
-------------------
11+
12+
**Bugfixes**
13+
- Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
14+
files in the tmp directory. (#7305)
15+
- Fixed Content-Type header parsing for malformed values. (#7309)
16+
- Improved error consistency for malformed header values. (#7308)
17+
918
2.33.0 (2026-03-25)
10-
--------------------
19+
-------------------
1120

1221
**Announcements**
1322
- 📣 Requests is adding inline types. If you have a typed code base that

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.33.0"
9-
__build__ = 0x023300
8+
__version__ = "2.33.1"
9+
__build__ = 0x023301
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "me@kennethreitz.org"
1212
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)