mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 07:46:16 -05:00
[PR #22729] [CLOSED] fix: update ddgs from 9.11.2 to 9.11.4 #26835
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/22729
Author: @Usimian
Created: 3/16/2026
Status: ❌ Closed
Base:
dev← Head:fix/ddgs-version📝 Commits (2)
f8292d2chore: gitignore docker-compose.override.yaml for local customizations1925278fix: update ddgs from 9.11.2 to 9.11.4📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
.gitignore(+1 -0)📝
backend/requirements.txt(+1 -1)📄 Description
Pull Request Checklist
devbranch.ddgsfrom9.11.3to9.11.4(latest available on PyPI).ddgs==9.11.4installs cleanly.Changelog Entry
Description
ddgsto9.11.4, the latest available version on PyPI. The previously pinned version9.11.2did not exist on PyPI, causinguv pip install -r requirements.txtto fail silently during local Docker builds — the build script continued past the error and exited 0, so Docker tagged a broken image with no warning. Users building locally would see/usr/local/bin/python3: No module named uvicornat runtime.Fixed
Additional Information
ddgs==9.11.2is not published on PyPI. Available9.11.xversions are9.11.3and9.11.4.devbranch had already partially addressed this by bumping to9.11.3; this PR bumps to9.11.4(latest).Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.