-
Notifications
You must be signed in to change notification settings - Fork 74
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
Cannot import name 'json' from 'itsdangerous' #543
Comments
The issue is solved via taking I think it is not right way but it makes it work right now.. The better way is to fix |
Yes, we should not rely on the itsdangerous version pinning from Flask (which pins only the minimum version) It broke on today's https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-1-0 In addition: JWT features in Ok, so I'm going to pin these dependencies on master and release a backport to 2.6.1 that will fix the current version. |
Should be fixed in 2.6.1. |
With flask==1.1.2 we get the following errors:
We don't pin
itsdangerous
and it looks to be not properly pinned inflask==1.1.2
.Originally posted by @a1ext in #532 (comment)
The text was updated successfully, but these errors were encountered: