docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.56k stars 6.64k forks source link

Add Werkzeug version for Flask compatibility #501

Open raullarosa opened 3 months ago

raullarosa commented 3 months ago

Notes

Added Werkzeug version requirement to latest 2.X.X since >=3.0.0 has incompatible functions Without specification, encountered:

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' 

More info: https://stackoverflow.com/a/77214086/25767187

Testing

Ran docker compose up --build successfully with app running and no errors