Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade python-jose dependency to fix ImportError #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gnarvaja
Copy link

@gnarvaja gnarvaja commented Feb 9, 2022

ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/init.py)

should be fixed with python-jose==3.3.0

ImportError verified in Python 3.10 (probably also in 3.9)

ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py)

should by fixed with python-jose==3.3.0
@gnarvaja
Copy link
Author

gnarvaja commented May 1, 2023

@bjinwright @kingtong any update on this? It would be good to have a new version published in PyPi that's compatible with Python 3.10.

@kingtong
Copy link
Contributor

kingtong commented May 2, 2023

@bjinwright @kingtong any update on this? It would be good to have a new version published in PyPi that's compatible with Python 3.10.

Hello @gnarvaja
The is looking fine for me but I'm not a maintainer off the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants