| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| requests-2.34.1.tar.gz | 2026-05-13 | 142.8 kB | |
| requests-2.34.1-py3-none-any.whl | 2026-05-13 | 73.1 kB | |
| README.md | 2026-05-13 | 806 Bytes | |
| v2.34.1 source code.tar.gz | 2026-05-13 | 3.3 MB | |
| v2.34.1 source code.zip | 2026-05-13 | 3.4 MB | |
| Totals: 5 Items | 6.9 MB | 1 | |
2.34.1 (2026-05-13)
Bugfixes
- Widened
jsoninput type fromdictandlisttoMappingandSequence. (#7436) - Changed
headersinput type to MutableMapping and removedNonefromRequest.headerstyping to improve handling for users. (#7431) Response.reasonmoved fromstr | Nonetostrto improve handling for users. (#7437)- Fixed a bug where some bodies with custom
__getattr__implementations weren't being properly detected as Iterables. (#7433)
New Contributors
- @k223kim made their first contribution in https://github.com/psf/requests/pull/7433
Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13