Hansi
09/13/2022, 9:01 PMInstalling collected packages: Werkzeug
Attempting uninstall: Werkzeug
Found existing installation: Werkzeug 2.2.2
Uninstalling Werkzeug-2.2.2:
Successfully uninstalled Werkzeug-2.2.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask 2.2.2 requires Werkzeug>=2.2.2, but you have werkzeug 2.0.3 which is incompatible.
Successfully installed Werkzeug-2.0.3
EDIT:
Recreating my virtual environment and reinstalling all my dependencies seems to have magically solved this issue.