From 52998e6aaaf162f72b9f312887ea934db324921c Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 5 Oct 2025 22:47:07 +0200 Subject: [PATCH 1/2] Update requirements.txt --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 27e0c24cb7..487ab38149 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -60,7 +60,7 @@ fake-useragent==2.2.0 chromadb==1.0.20 opensearch-py==2.8.0 -pymilvus==2.5.0 +pymilvus==2.6.2 qdrant-client==1.14.3 playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml elasticsearch==9.1.0 From 079b9ec86e87d6429b21566a33ae2b7cff559092 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 5 Oct 2025 22:47:33 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7378d3d287..888ec01958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,7 +155,7 @@ all = [ "elasticsearch==9.1.0", "qdrant-client==1.14.3", - "pymilvus==2.5.0", + "pymilvus==2.6.2", "pinecone==6.0.2", "oracledb==3.2.0",