pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Fix RequestsDependencyWarning by updating requests #149

Closed damdo closed 5 years ago

damdo commented 5 years ago

This fixes the RequestsDependencyWarning

python2.7/site-packages/requests/__init__.py:91: 
RequestsDependencyWarning: urllib3 (1.25.1) or chardet (3.0.4) doesn't match 
a supported version! RequestsDependencyWarning)

by upgrading requests from 2.21.0 to 2.22.0. This implies in fact an urllib3 upgrade from 1.25.1 -> 1.25.3 which resolves the warning. ref. https://github.com/streamlink/streamlink/issues/2448#issuecomment-487231468