Skip to content

1.3.2

Compare
Choose a tag to compare
@oschwald oschwald released this 08 Dec 20:20
  • Recent releases of requests (2.12.2 and 2.12.3) require that the
    username for basic authentication be a string or bytes. The documentation
    for this module uses an integer for the user_id, which will break with
    these requests versions. The user_id is now converted to bytes
    before being passed to requests.
  • Fixed test breakage on 3.6.