requests v2.34.2

v2.34.2
Changed 1
  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types
2.34.2 (2026-05-14)
  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.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

View original

Upgraded? How did it go?

Discussion