|
6 | 6 |
|
7 | 7 | - \[Short description of non-trivial change.\] |
8 | 8 |
|
9 | | -2.34.0 (2026-05-??) |
| 9 | +2.34.0 (2026-05-11) |
10 | 10 | ------------------- |
11 | 11 |
|
12 | | -**Improvements** |
13 | | -* Requests 2.34.0 introduces inline types, replacing those provided by |
| 12 | +**Announcements** |
| 13 | +- Requests 2.34.0 introduces inline types, replacing those provided by |
14 | 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 |
| 15 | + and ty. We believe types are comprehensive but if you find issues, please |
| 16 | + report them to the pinned tracking issue. |
| 17 | + |
| 18 | + Special thanks to @bastimeyer, @cthoyt, @edgarrmondragon, and @srittau for |
| 19 | + helping review and test the types ahead of the release. (#7272) |
| 20 | + |
| 21 | +**Improvements** |
| 22 | +- Digest Auth hashing algorithms have added `usedforsecurity=False` to clarify |
17 | 23 | security considerations. (#7310) |
| 24 | +- Requests added support for Python 3.15 based on beta1. Downstream projects |
| 25 | + should be able to start testing prior to its release in October. (#7422) |
| 26 | +- Requests added support for Python 3.14t. (#7419) |
18 | 27 |
|
19 | 28 | **Bugfixes** |
20 | | -* ``Response.history`` no longer contains a reference to itself, preventing |
| 29 | +- ``Response.history`` no longer contains a reference to itself, preventing |
21 | 30 | accidental looping when traversing the history list. (#7328) |
| 31 | +- Requests no longer performs greedy matching on no_proxy domains. The |
| 32 | + proxy_bypass implementation has been updated with CPython's fix from |
| 33 | + bpo-39057. (#7427) |
| 34 | +- Requests no longer incorrectly strips duplicate leading slashes in |
| 35 | + URI paths. This should address user issues with specific presigned |
| 36 | + URLs. Note the full fix requires urllib3 2.7.0+. (#7315) |
22 | 37 |
|
23 | 38 |
|
24 | 39 | 2.33.1 (2026-03-30) |
|
0 commit comments