From e3eca2f7b094fed3bdd71e7fa29b200ec032696b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:04:19 +0000 Subject: [PATCH] build(deps): bump pymilvus from 2.5.0 to 2.6.2 in /backend Bumps [pymilvus](https://github.com/milvus-io/pymilvus) from 2.5.0 to 2.6.2. - [Release notes](https://github.com/milvus-io/pymilvus/releases) - [Commits](https://github.com/milvus-io/pymilvus/compare/v2.5.0...v2.6.2) --- updated-dependencies: - dependency-name: pymilvus dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1b14ac1429..7939a60cd1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -53,7 +53,7 @@ langchain-community==0.3.27 fake-useragent==2.2.0 chromadb==1.0.20 -pymilvus==2.5.0 +pymilvus==2.6.2 qdrant-client==1.14.3 opensearch-py==2.8.0 playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml