Description
Is your feature request related to a problem? Please describe.
on 20210511, Flask and werkzeug released version 2.0.0. Flask had some API changes which led to breaks, but the community quickly found at least one. There's an upstream bug report in werkzeug that our tests are catching as well:
at least one is related to something report upstream to werkzeug: pallets/werkzeug#2115
We should do dependency upgrades and checks for Flask and werkzeug, run tests, see if any other errors occur in environments, and see what other issues arise in some integration tests.
Describe the solution you'd like
unpin flask and werkzeug
Describe alternatives you've considered
I refuse alternatives! As a maintainer, I maintain that right :P but, really, we should update tests and code as required for it to work. we do not want to stay pinned to lower versions as Flask and werkzeug merrily roll along.
Additional context
Pin PR: #311 311
PR to fix at least one Flask API change: #309
Original issue tracking the Flask API change: #308