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",