3.1.4 (2023-10-23)
Fixed
- Static type checker not accepting iterable[str] for data. A fix in urllib3.future allows it since v2.1.902.
- Unattended override of manually provided Authorization if
.netrc
existed with an eligible entry.
Taken from closed PR psf#6555 and initially raised in psf#3929
Added
- oheaders property in
Request
, andPreparedRequest
in addition toResponse
.