From dcdbafa5ae378a2e7764b4b111a34fe08d793678 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:03:42 +0100 Subject: [PATCH] chore: bump pymilvus (#19773) * Update pymilvus version to 2.6.5 * Update pyproject.toml --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 79019d3291..c9ccd9c28f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -115,7 +115,7 @@ pgvector==0.4.1 PyMySQL==1.1.1 boto3==1.41.5 -pymilvus==2.6.4 +pymilvus==2.6.5 qdrant-client==1.16.1 playwright==1.56.0 # Caution: version must match docker-compose.playwright.yaml elasticsearch==9.1.0 diff --git a/pyproject.toml b/pyproject.toml index 59297db60a..3cae025265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ all = [ "qdrant-client==1.16.1", "weaviate-client==4.17.0", - "pymilvus==2.6.4", + "pymilvus==2.6.5", "pinecone==6.0.2", "oracledb==3.2.0", "colbert-ai==0.2.21",