GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
141 stars 41 forks source link

Support JWT > 1.3.0 #82

Closed dedayoa closed 6 years ago

dedayoa commented 6 years ago

Problem explanation

Having stream-python installed with say djangorestframework-jwt raises this notice image PyJWT is at 1.6.4, but stream-python is still tied to 1.3.0

Steps to reproduce

Install stream-python, then install latest pyjwt (or any package that depends on the latest pyjwt)

Environment info

Windows 10 Python version: 3.6.2 Library version: stream-python 2.9.0 (installing stream_django)

Issue has been opened for this in the past https://github.com/GetStream/stream-python/pull/20

dedayoa commented 6 years ago

Is there any reason why stream-python is tied to jwt 1.3.0?

tbarbugli commented 6 years ago

@dedayoa this is fixed on latest release (1.9.2)