Twython has a problem with latest urllib3

Cecil Westerhof Cecil at decebal.nl
Fri Oct 19 13:24:10 EDT 2018


Cecil Westerhof <Cecil at decebal.nl> writes:

> I use Twython to post on Twitter. Yesterday I upgraded urllib3 from
> 1.23 to 1.24. Since then when I do:
>     from twython import Twython
>
> I get:
>     /usr/local/lib/python3.5/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.24) or chardet (3.0.4) doesn't match a supported version!
>       RequestsDependencyWarning)
>
> Should I rollback urllib3, or hope that Twython is updated soon?
>
> It looks like that the functionality is not broken.

It was not Twython, but requests which is used by Twython. There is a
newer version of requests now and the problem is solved.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof



More information about the Python-list mailing list