Skip to content

temporary patch for failing build due to Flask->itsdangerous->json #849

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

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

krivard
Copy link
Contributor

@krivard krivard commented Feb 18, 2022

Prerequisites:

  • Unless it is a documentation hotfix it should be merged against the dev branch
  • Branch is up-to-date with the branch to be merged with, i.e. dev
  • Build is successful
  • Code is cleaned up and formatted

Summary

itsdangerous released version 2.1 today, which removed the json submodule. itsdangerous.json is used by our version of Flask, so its removal causes the web server to crash.

This PR pins itsdangerous to just before 2.1, so that itsdangerous.json is still available.

Eventually we should address #848 properly, likely by upgrading Flask, but this PR is the shortest distance to a successful build.

@krivard krivard requested a review from chinandrew February 18, 2022 16:35
Copy link
Contributor

@chinandrew chinandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: :shipit: :shipit:

@krivard krivard merged commit 92c73be into dev Feb 18, 2022
@krivard krivard deleted the krivard/fix-itsdangerous branch February 18, 2022 17:31
korlaxxalrok pushed a commit that referenced this pull request Mar 3, 2022
temporary patch for failing build due to Flask->itsdangerous->json

(cherry picked from commit 92c73be)
korlaxxalrok added a commit that referenced this pull request Mar 3, 2022
Merge pull request #849 from cmu-delphi/krivard/fix-itsdangerous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants