rdegges / django-twilio

A simple library for building twilio-powered Django webapps.
http://django-twilio.rtfd.org/
The Unlicense
327 stars 111 forks source link

PyJWT #194

Open TheBlackTezcatlipoca opened 3 years ago

TheBlackTezcatlipoca commented 3 years ago

Are there any plans to release a new version of this with the PyJWT dependency not requiring 1.7? Perhaps 2.0?

karls commented 3 years ago

Unfortunately, twilio-python doesn't yet support PyJWT 2.x. See here: https://github.com/twilio/twilio-python/pull/560.

ReznikovRoman commented 2 years ago

@jheld Twilio finally dropped support for older versions of python and now you can upgrade to PyJWT 2.0. See here: https://github.com/twilio/twilio-python/pull/560#issuecomment-901282358

nex2hex commented 2 years ago

can you bump the version with twilio >= 7 ?

jheld commented 2 years ago

are we okay to close this issue?