Original PR: https://github.com/open-webui/open-webui/pull/20180 Author: @MirrorDNA-Reflection-Protocol Created: 12/26/2025 Status: ❌ Closed
Base: main ← Head: fix/pymilvus-version-conflict-20141
main
fix/pymilvus-version-conflict-20141
94aa4de
1 file changed (+0 additions, -1 deletions)
📝 pyproject.toml (+0 -1)
pyproject.toml
Fixes #20141
The [all] optional-dependencies in pyproject.toml had conflicting pymilvus versions:
[all]
pymilvus==2.6.4
pymilvus==2.6.5
This caused package resolver failures when installing with pip install open-webui[all] or uv add open-webui[all].
pip install open-webui[all]
uv add open-webui[all]
Removed the duplicate pymilvus==2.6.4 entry, keeping pymilvus==2.6.5 which:
backend/requirements.txt
No solution found when resolving tool dependencies
contributor license agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20180
Author: @MirrorDNA-Reflection-Protocol
Created: 12/26/2025
Status: ❌ Closed
Base:
main← Head:fix/pymilvus-version-conflict-20141📝 Commits (1)
94aa4debuild: update project dependencies and metadata in pyproject.toml📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
pyproject.toml(+0 -1)📄 Description
Summary
Fixes #20141
The
[all]optional-dependencies inpyproject.tomlhad conflicting pymilvus versions:pymilvus==2.6.4pymilvus==2.6.5This caused package resolver failures when installing with
pip install open-webui[all]oruv add open-webui[all].Changes
Removed the duplicate
pymilvus==2.6.4entry, keepingpymilvus==2.6.5which:backend/requirements.txt(line 121)Testing
No solution found when resolving tool dependencieserror reported in [PR #78] [MERGED] feat: ui update (#20141)contributor license agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.