Skip to content

salad/executor: adjust to flask 2.2

Martin Roukala requested to merge flask_fixup into master

Flask 2.2 deprecated the custom JSONEncoder support[1], and instead introduced a new API. Let's switch to that.

[1] https://github.com/pallets/flask/pull/4692

Merge request reports