File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77- \[ Short description of non-trivial change.\]
88
9+ 2.34.1 (2026-05-13)
10+ -------------------
11+
12+ ** Bugfixes**
13+ - Widened ` json ` input type from ` dict ` and ` list ` to ` Mapping `
14+ and ` Sequence ` . (#7436 )
15+ - Changed ` headers ` input type to MutableMapping and removed ` None ` from
16+ ` Request.headers ` typing to improve handling for users. (#7431 )
17+ - ` Response.reason ` moved from ` str | None ` to ` str ` to improve handling
18+ for users. (#7437 )
19+ - Fixed a bug where some bodies with custom ` __getattr__ ` implementations
20+ weren't being properly detected as Iterables. (#7433 )
21+
22+
9232.34.0 (2026-05-11)
1024-------------------
1125
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.34.0 "
9- __build__ = 0x023400
8+ __version__ = "2.34.1 "
9+ __build__ = 0x023401
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