mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #20180] [CLOSED] fix: remove duplicate pymilvus version in [all] extras #64348
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/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.