File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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+
9182.33.0 (2026-03-25)
10- --------------------
19+ -------------------
1120
1221** Announcements**
1322- 📣 Requests is adding inline types. If you have a typed code base that
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments