mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #23086] [CLOSED] fix: add missing beautifulsoup4 dependency for uvx installation #42648
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/23086
Author: @yang1002378395-cmyk
Created: 3/26/2026
Status: ❌ Closed
Base:
dev← Head:fix-bs4-dependency📝 Commits (1)
167f778fix: add missing beautifulsoup4 dependency for uvx installation📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
pyproject.toml(+1 -0)📄 Description
Issue
Fixes #23063
Problem
When installing open-webui via
uvx, the package fails with:The error occurs at:
backend/open_webui/env.py:18- importsfrom bs4 import BeautifulSoupbackend/open_webui/retrieval/web/utils.py- also imports BeautifulSoupHowever,
beautifulsoup4was not listed inpyproject.tomldependencies.Solution
Add
beautifulsoup4==4.13.3to the dependencies list inpyproject.toml.Testing
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.