Download Latest Version requests-2.34.2.tar.gz (142.9 kB)
Email in envelope

Get an email when there's a new version of Requests

Home / v2.34.1
Name Modified Size InfoDownloads / 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 json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to 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

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

Source: README.md, updated 2026-05-13