1.3.2
- 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 theuser_id
, which will break with
theserequests
versions. Theuser_id
is now converted to bytes
before being passed torequests
. - Fixed test breakage on 3.6.