Why did Flask start failing with "ImportError: cannot import name 'url_quote' from 'werkzeug.urls'"?
Environment: Python 3.10.11 Flask==2.2.2 I run my Flask backend code in docker container, with BASE Image: FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime But when I run the pytest with version pytest 7.4.2 , pip install pytest pytest it raised an Error, with logs: ==================================== ERRORS ==================================== __________