Closed erikpa1 closed 1 year ago
Hi, there is problem with import in jwt library
from collections import Mapping
mapping was moved to
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,...
nah there is rewriting to pyjwt,... ok closing this :D
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,...