-
Notifications
You must be signed in to change notification settings - Fork 663
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
PyJWT==2.2.0 #467
Comments
configmed! |
I can't do this in the short term but if someone doesn't pick it up by the weekend I will handle this |
Confim, same with both 4.7.2 (we used so far) and 4.8.0. In requirements we've hardcoded PyJWT==2.1.0 and "miracle" happened. |
PyJWT 2.2.0 is causing the following error "decode() got an unexpected keyword argument 'verify'" in here
Pinning PyJWT==2.1.0 is the quick fix. |
Confirmed.
Quick fix is to set PyJWT==2.1.0 in your requirements. |
Fixes jazzband#467 temporarily until the code change can be made and validated
Fixed the issue with PyJWT==2.1.0 and djangorestframework-simplejwt==4.8.0 in requirements.txt
|
new release today:
causing issues as referenced by:
#464 (comment)
pinning
PyJWT<2.2
or alternativelyPyJWT==2.1.0
in personal projects is a workaround for now, but ideally this would be either pinned appropriately here:https://github.com/jazzband/djangorestframework-simplejwt/blob/master/setup.py#L59
or handled in source code
The text was updated successfully, but these errors were encountered: