[PR #500] [CLOSED] Add Werkzeug version for Flask compatibility #515

Closed
opened 2025-11-06 14:27:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/500
Author: @raullarosa
Created: 6/29/2024
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

  • 074f843 Add Werkzeug version for Flask compatibility

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 nginx-flask-mysql/backend/requirements.txt (+1 -0)

📄 Description

Notes

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/500 **Author:** [@raullarosa](https://github.com/raullarosa) **Created:** 6/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`074f843`](https://github.com/docker/awesome-compose/commit/074f843fc9edf8afebdf20b17ca85013782da874) Add Werkzeug version for Flask compatibility ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `nginx-flask-mysql/backend/requirements.txt` (+1 -0) </details> ### 📄 Description ### Notes 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:27:50 -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#515