You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There is a version bump in the
itsdangerous
package dependency, that is causing some import issues.Pinning to
itsdangerous==2.0.1
fixes the issue.The text was updated successfully, but these errors were encountered: