mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #23112] [CLOSED] fix: add beautifulsoup4 to pyproject.toml dependencies #50084
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23112
Author: @yang1002378395-cmyk
Created: 3/26/2026
Status: ❌ Closed
Base:
dev← Head:fix/add-beautifulsoup4-dependency📝 Commits (1)
14e94bffix: add beautifulsoup4 to pyproject.toml dependencies📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
pyproject.toml(+1 -0)📄 Description
Pull Request Checklist
Changelog Entry
Description
Fixed
Root Cause Analysis
BeautifulSoup4 is imported in:
But was missing from pyproject.toml dependencies (only in backend/requirements.txt which is not used by uvx installs).
Test Plan
uvx open-webui@latest serveFixes #23063
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.