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.0 (2026-05-??)
10+ -------------------
11+
12+ ** Improvements**
13+ * Requests 2.34.0 introduces inline types, replacing those provided by
14+ typeshed. Public API types should be fully compatible with mypy, pyright,
15+ and ty. (#7272 )
16+ * Digest Auth hashing algorithms have added ` usedforsecurity=False ` to clarify
17+ security considerations. (#7310 )
18+
19+ ** Bugfixes**
20+ * `` Response.history `` no longer contains a reference to itself, preventing
21+ accidental looping when traversing the history list. (#7328 )
22+
23+
9242.33.1 (2026-03-30)
1025-------------------
1126
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.1 "
9- __build__ = 0x023301
8+ __version__ = "2.34.0.dev1 "
9+ __build__ = 0x023400
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