From d27e019af311f8deda0e5aa6f039f28a00f8c5be Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:58:04 +0100 Subject: [PATCH] chore: update qdrant dependency to fix Startup Warning (#19757) * Update pyproject.toml * Update requirements.txt --- 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 a1a8034959..ef2007c430 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -116,7 +116,7 @@ PyMySQL==1.1.1 boto3==1.41.5 pymilvus==2.6.4 -qdrant-client==1.14.3 +qdrant-client==1.16.1 playwright==1.56.0 # Caution: version must match docker-compose.playwright.yaml elasticsearch==9.1.0 pinecone==6.0.2 diff --git a/pyproject.toml b/pyproject.toml index 10dd3259e4..ffa7d8d453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,7 @@ all = [ "playwright==1.56.0", "elasticsearch==9.1.0", - "qdrant-client==1.14.3", + "qdrant-client==1.16.1", "weaviate-client==4.17.0", "pymilvus==2.6.4", "pinecone==6.0.2",