You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This dev release is being made available early for testing. The final 2.34.0 release will follow later this month.
Improvements
Requests 2.34.0 introduces inline types, replacing those provided by
typeshed. Public API types should be fully compatible with mypy, pyright,
and ty. (Add inline types to Requests #7272)
2.34.0.dev1 (2026-05-??)
This dev release is being made available early for testing. The final 2.34.0 release will follow later this month.
Improvements
typeshed. Public API types should be fully compatible with mypy, pyright,
and ty. (Add inline types to Requests #7272)
usedforsecurity=Falseto clarifysecurity considerations. (Move DigestAuth hash algorithms to use usedforsecurity=False #7310)
Bugfixes
Response.historyno longer contains a reference to itself, preventingaccidental looping when traversing the history list. (Prevent Response self-reference in redirect history #7328)