Skip to content

Commit bc04dfd

Browse files
authored
v2.33.0
1 parent 66d21cb commit bc04dfd

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

HISTORY.md

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

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

9+
2.33.0 (2026-03-25)
10+
--------------------
11+
12+
**Announcements**
13+
- 📣 Requests is adding inline types. If you have a typed code base that
14+
uses Requests, please take a look at #7271. Give it a try, and report
15+
any gaps or feedback you may have in the issue. 📣
16+
17+
**Security**
18+
- CVE-2026-25645 ``requests.utils.extract_zipped_paths`` now extracts
19+
contents to a non-deterministic location to prevent malicious file
20+
replacement. This does not affect default usage of Requests, only
21+
applications calling the utility function directly.
22+
23+
**Improvements**
24+
- Migrated to a PEP 517 build system using setuptools. (#7012)
25+
26+
**Bugfixes**
27+
- Fixed an issue where an empty netrc entry could cause
28+
malformed authentication to be applied to Requests on
29+
Python 3.11+. (#7205)
30+
31+
**Deprecations**
32+
- Dropped support for Python 3.9 following its end of support. (#7196)
33+
34+
**Documentation**
35+
- Various typo fixes and doc improvements.
36+
37+
938
2.32.5 (2025-08-18)
1039
-------------------
1140

src/requests/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "requests"
66
__description__ = "Python HTTP for Humans."
77
__url__ = "https://requests.readthedocs.io"
8-
__version__ = "2.33.0.dev1"
8+
__version__ = "2.33.0"
99
__build__ = 0x023300
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "me@kennethreitz.org"

0 commit comments

Comments
 (0)