-
Notifications
You must be signed in to change notification settings - Fork 67
Upgrade Flask to 2.0.0 #848
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
Comments
Flask 2.0.0 (commit 2f0c62f) seems to be the earliest version where this is fixed. We'd have to understand and test the backwards incompatibilities. |
Hmmm, that sounds like a reason to wait until epidata v4 is merged |
json
from itsdangerous
but it's no longer available
4 tasks
melange396
added a commit
that referenced
this issue
Oct 11, 2023
already done! currently up to Flask 2.2.5 as of #1175 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we finally fell off the
itsdangerous
deprecation cliff. As late as yesterday we were seeing these warnings during unit testing:Today they flipped to
ImportError
s (example):The text was updated successfully, but these errors were encountered: