File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 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+
9382.32.5 (2025-08-18)
1039-------------------
1140
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.dev1 "
8+ __version__ = "2.33.0"
99__build__ = 0x023300
1010__author__ = "Kenneth Reitz"
1111__author_email__ = "me@kennethreitz.org"
You can’t perform that action at this time.
0 commit comments