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
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.
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
The text was updated successfully, but these errors were encountered: