From bc1a70bad0bddc44416b5721730bdaf192e2f8d6 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 --- pyproject.toml | 1 - requirements-offline-storage.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9106ecc..f7008c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,6 @@ offline-storage = [ "redis>=5.0.0", "neo4j>=5.0.0", "pymilvus>=2.6.2", - "protobuf>=5.27.2,<6.0.0", # Required for pymilvus compatibility "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 5beb5d44..34cbcf18 100644 --- a/requirements-offline-storage.txt +++ b/requirements-offline-storage.txt @@ -6,7 +6,6 @@ asyncpg>=0.29.0 neo4j>=5.0.0 -protobuf>=5.27.2,<6.0.0 # Required for pymilvus compatibility pymilvus>=2.6.2 pymongo>=4.0.0 qdrant-client>=1.7.0