Version 3.12.0
3.12.0 (2025-01-01)
Fixed
- Restoring the state of
AsyncSession
through pickle. - Typing definition for query parameter not accepting
None
as values. (#193) - Overload incorrect definition for
AsyncSession::get
. (#192)
Added
- Support for
PathLike
objects forverify
parameter when passing a ca bundle path. (#194) - Caching and restoring OCSP state through pickling
Session
orAsyncSession
. - Caching and restoring QUIC known compatible hosts through pickling
Session
orAsyncSession
. - Shortcut convenient access to
Retry
andTimeout
configuration objects in top-level import.