[PR #757] fixed a dependency conflict #13543

Open
opened 2026-06-14 08:49:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/757
Author: @rx7iiim
Created: 6/8/2026
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • b7db957 fixed a dependency conflict

📊 Changes

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

View changed files

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

📄 Description

This PR fixes a critical crash loop in the nginx-flask-mysql backend container caused by a dependency conflict. The backend fails to start with an ImportError: cannot import name 'url_quote' from 'werkzeug.urls' because it automatically installs the latest version of Werkzeug (3.x), which completely removed the url_quote utility expected by the older version of Flask. Pinning Werkzeug==2.3.8 in backend/requirements.txt restores compatibility, stops the infinite restart loop, and allows the application stack to boot successfully.


🔄 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/757 **Author:** [@rx7iiim](https://github.com/rx7iiim) **Created:** 6/8/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b7db957`](https://github.com/docker/awesome-compose/commit/b7db957047321e5bb383cdd81e04bbd0afb5786a) fixed a dependency conflict ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `nginx-flask-mysql/backend/requirements.txt` (+1 -0) </details> ### 📄 Description This PR fixes a critical crash loop in the nginx-flask-mysql backend container caused by a dependency conflict. The backend fails to start with an ImportError: cannot import name 'url_quote' from 'werkzeug.urls' because it automatically installs the latest version of Werkzeug (3.x), which completely removed the url_quote utility expected by the older version of Flask. Pinning Werkzeug==2.3.8 in backend/requirements.txt restores compatibility, stops the infinite restart loop, and allows the application stack to boot successfully. --- <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 2026-06-14 08:49:14 -05: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#13543