[PR #20180] [CLOSED] fix: remove duplicate pymilvus version in [all] extras #64348

Closed
opened 2026-05-06 09:52:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix/pymilvus-version-conflict-20141


📝 Commits (1)

  • 94aa4de build: 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 in pyproject.toml had conflicting pymilvus versions:

  • Line 153: pymilvus==2.6.4
  • Line 155: pymilvus==2.6.5

This caused package resolver failures when installing with pip install open-webui[all] or uv add open-webui[all].

Changes

Removed the duplicate pymilvus==2.6.4 entry, keeping pymilvus==2.6.5 which:

  1. Is the latest version
  2. Matches backend/requirements.txt (line 121)

Testing


contributor license agreement


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/20180 **Author:** [@MirrorDNA-Reflection-Protocol](https://github.com/MirrorDNA-Reflection-Protocol) **Created:** 12/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/pymilvus-version-conflict-20141` --- ### 📝 Commits (1) - [`94aa4de`](https://github.com/open-webui/open-webui/commit/94aa4deb0e9501fafb9259af3bc811f217ddf568) build: update project dependencies and metadata in pyproject.toml ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+0 -1) </details> ### 📄 Description ## Summary Fixes #20141 The `[all]` optional-dependencies in `pyproject.toml` had conflicting pymilvus versions: - Line 153: `pymilvus==2.6.4` - Line 155: `pymilvus==2.6.5` This caused package resolver failures when installing with `pip install open-webui[all]` or `uv add open-webui[all]`. ## Changes Removed the duplicate `pymilvus==2.6.4` entry, keeping `pymilvus==2.6.5` which: 1. Is the latest version 2. Matches `backend/requirements.txt` (line 121) ## Testing - Verified only one pymilvus entry remains in pyproject.toml - Fix resolves the `No solution found when resolving tool dependencies` error reported in #20141 --- contributor license agreement --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 09:52:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#64348