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
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