pallets-eco / flask-jwt

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

flask-jwt is not working on python 3.11 #150

Closed erikpa1 closed 1 year ago

erikpa1 commented 1 year ago

Hi, there is problem with import in jwt library

from collections import Mapping

mapping was moved to

from collections import Mapping

from collections.abc import Mapping

I know its different library, but that thing was updated last time 2 years ago and this bug was reported half year ago and nothing happens... and this one depends on it, so i think best thing is to take lib to this one,...

erikpa1 commented 1 year ago

nah there is rewriting to pyjwt,... ok closing this :D