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

Recent updates to dependencies breaks database #7

Closed
jonng1000 opened this issue Feb 18, 2022 · 0 comments
Closed

Recent updates to dependencies breaks database #7

jonng1000 opened this issue Feb 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jonng1000
Copy link
Collaborator

Recent updates this week to markupsafe and itdangerous broke the database, solved by fixing the version and preventing them from upgrading to newer versions. Used the below in requirements.txt.

markupsafe==2.0.1
itsdangerous==2.0.1

References
pallets/markupsafe#284
https://serverfault.com/questions/1094062/from-itsdangerous-import-json-as-json-importerror-cannot-import-name-json-fr

@jonng1000 jonng1000 self-assigned this Feb 18, 2022
@jonng1000 jonng1000 added the bug Something isn't working label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant