`werkzeug` 3.0 [removed](https://github.com/search?q=repo%3Apallets%2Fwerkzeug%20__version__&type=code) the __version__ attribute, which is accessed in the patch_flask function that runs on startup. Line 33 in `create_app.py` should not be necessary anymore since werkzeug>=3.0 is required now.
werkzeug3.0 removed the version attribute, which is accessed in the patch_flask function that runs on startup.Line 33 in
create_app.pyshould not be necessary anymore since werkzeug>=3.0 is required now.