pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 177 forks source link

Updated PyJWT version to 2.6.0 #152

Open AnuragBalhra opened 1 year ago

AnuragBalhra commented 1 year ago

As mentioned in the issue here: https://github.com/mattupstate/flask-jwt/issues/147 The PyJWT dependency used in current version of FlaskJWT seems to be using an older version of PyJWT that is causing following error: ImportError: cannot import name 'Mapping' from 'collections'

Upgraded the PyJWT version to use version 2.6.0 to resolve this issue