From 69f38041ccd3320fdb01d09a3833671375eee6d3 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 11 Oct 2025 23:34:50 +0800 Subject: [PATCH] Remove explicit protobuf dependency from offline storage requirements (cherry picked from commit bc1a70bad0bddc44416b5721730bdaf192e2f8d6) --- pyproject.toml | 2 +- requirements-offline-storage.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a24fc32a..f7008c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ offline-storage = [ # Storage backend dependencies "redis>=5.0.0", "neo4j>=5.0.0", - "pymilvus==2.5.2", + "pymilvus>=2.6.2", "pymongo>=4.0.0", "asyncpg>=0.29.0", "qdrant-client>=1.7.0", diff --git a/requirements-offline-storage.txt b/requirements-offline-storage.txt index 418e9878..34cbcf18 100644 --- a/requirements-offline-storage.txt +++ b/requirements-offline-storage.txt @@ -6,7 +6,7 @@ asyncpg>=0.29.0 neo4j>=5.0.0 -pymilvus==2.5.2 +pymilvus>=2.6.2 pymongo>=4.0.0 qdrant-client>=1.7.0 # Storage backend dependencies