Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More flexible dependency version needed for PyJWT #182

Closed
zmsp opened this issue Sep 27, 2021 · 3 comments
Closed

More flexible dependency version needed for PyJWT #182

zmsp opened this issue Sep 27, 2021 · 3 comments

Comments

@zmsp
Copy link

zmsp commented Sep 27, 2021

This python library has a strict dependency on a very old PyJWT==1.7.1 library. Modern Pip causes dependency error when installing plivo. To support newer versions of python, this needs to be resolved.

@zmsp zmsp changed the title Update more flexible dependency for PyJWT More flexible dependency version needed for PyJWT Sep 27, 2021
@narayana-plivo
Copy link
Contributor

@zmsp Here is the PR for the fix. #184

@huzaif-plivo Please merge it

@joshlsullivan
Copy link

Same issue here. This works for me:
PyJWT = "==2.1.0"
plivo = "==4.18.0"

@huzaif-plivo
Copy link
Contributor

@joshlsullivan @zmsp Thank you for the feedback, we have fixed and released this in our latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants