Re: Twython has a problem with latest urllib3

2018-10-19 Thread Cecil Westerhof
Cecil Westerhof 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 ch

Re: Twython has a problem with latest urllib3

2018-10-18 Thread Thomas Jollans
On 2018-10-18 11:30, Cecil Westerhof wrote: > 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: [...]

Twython has a problem with latest urllib3

2018-10-18 Thread Cecil Westerhof
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 supporte