Skip to content

Update flask to 2.2

Leo P. Singer requested to merge leo-singer/gwcelery:flask-2.2 into main
  • flask run no longer has the --eager-loading command option (https://github.com/pallets/flask/issues/4715).
  • The way that werkzeug.run_simple is imported changed, requiring a change to the monkeypatch in the unit tests.
  • Some of the internals of the Flask CLI shifted around, requiring changes to the gwcelery flask subcommand.

Merge request reports