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
theserequestsversions. Theuser_idis now converted to bytes
before being passed torequests. - Fixed test breakage on 3.6.