[PR #501] Add Werkzeug version for Flask compatibility #1117

Open
opened 2026-03-07 21:29:49 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/docker/awesome-compose/pull/501

State: open
Merged: No


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

**Original Pull Request:** https://github.com/docker/awesome-compose/pull/501 **State:** open **Merged:** No --- ### 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
GiteaMirror added the pull-request label 2026-03-07 21:29:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#1117