Browse Source

[libs] Bump djangorestframework-simplejwt

Trying to avoid

  File "/usr/share/hue/build/env/lib/python3.6/site-packages/rest_framework_simplejwt/backends.py", line 43, in encode
    return token.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'

https://github.com/jazzband/djangorestframework-simplejwt/issues/326
Romain Rigaux 4 years ago
parent
commit
a455944942
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/requirements.txt

+ 1 - 1
desktop/core/requirements.txt

@@ -26,7 +26,7 @@ django-nose==1.4.7
 django_opentracing==1.1.0
 django_prometheus==1.0.15
 django-webpack-loader==0.5.0
-djangorestframework-simplejwt==4.6.0
+djangorestframework-simplejwt==4.4.0  # For Python 3.6
 djangorestframework==3.12.2
 eventlet==0.31.0
 future==0.18.2