flask-jwt icon indicating copy to clipboard operation
flask-jwt copied to clipboard

Updated PyJWT version to 2.6.0

Open AnuragBalhra opened this issue 2 years ago • 0 comments

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

AnuragBalhra avatar Apr 15 '23 17:04 AnuragBalhra