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

json import error in itsdangerous package #797

Open
havok2063 opened this issue May 12, 2023 · 0 comments
Open

json import error in itsdangerous package #797

havok2063 opened this issue May 12, 2023 · 0 comments
Labels
bug a general bug or other breaking feature

Comments

@havok2063
Copy link
Collaborator

There is a version bump in the itsdangerous package dependency, that is causing some import issues.

from itsdangerous import json as _json

ImportError: cannot import name 'json' from 'itsdangerous' (/opt/anaconda3/envs/astro/lib/python3.10/site-packages/itsdangerous/__init__.py)

Pinning to itsdangerous==2.0.1 fixes the issue.

@havok2063 havok2063 added the bug a general bug or other breaking feature label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a general bug or other breaking feature
Projects
None yet
Development

No branches or pull requests

1 participant