Skip to content

Version 3.1.4

Compare
Choose a tag to compare
@Ousret Ousret released this 23 Oct 12:04
· 116 commits to main since this release
92c7548

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, and PreparedRequest in addition to Response.