| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| requests-2.34.2.tar.gz | 2026-05-14 | 142.9 kB | |
| requests-2.34.2-py3-none-any.whl | 2026-05-14 | 73.1 kB | |
| README.md | 2026-05-14 | 431 Bytes | |
| v2.34.2 source code.tar.gz | 2026-05-14 | 3.3 MB | |
| v2.34.2 source code.zip | 2026-05-14 | 3.4 MB | |
| Totals: 5 Items | 6.9 MB | 5 | |
2.34.2 (2026-05-14)
- Moved
headersinput type back toMappingto avoid invariance issues withMutableMappingand inferred dict types. Users callingRequest.headers.update()may need to narrow typing in their code. (#7441)
Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14