Closed teeberg closed 6 years ago
python-percy-client started using the status kwarg to urllib3's Retry (ed40c0b729e0afd2a4cb4994e7678043dc8d5734), but that was only introduced in urllib3 v1.21.1 (https://github.com/shazow/urllib3/commit/62136b323a1244fc1d8dfc86e4d7e806daffc0b2). That urllib3 version is only being pulled in since requests 2.14.0 (https://github.com/requests/requests/blob/master/HISTORY.rst#2140-2017-05-09).
Make sure it is pulled in when updating python-percy-client.
Released in percy-1.0.11
python-percy-client started using the status kwarg to urllib3's Retry (ed40c0b729e0afd2a4cb4994e7678043dc8d5734), but that was only introduced in urllib3 v1.21.1 (https://github.com/shazow/urllib3/commit/62136b323a1244fc1d8dfc86e4d7e806daffc0b2). That urllib3 version is only being pulled in since requests 2.14.0 (https://github.com/requests/requests/blob/master/HISTORY.rst#2140-2017-05-09).
Make sure it is pulled in when updating python-percy-client.