From cdd75ade50a4403ed0aa834f9610eb84677e71b9 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:03:04 +0100 Subject: [PATCH] BREAKING/CAUTION: chore: chromadb dep bump - needs testing (#19780) * Update requirements.txt * Update requirements-min.txt * Update pyproject.toml --- backend/requirements-min.txt | 2 +- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-min.txt b/backend/requirements-min.txt index f22ad7f0c..714d44c1b 100644 --- a/backend/requirements-min.txt +++ b/backend/requirements-min.txt @@ -45,7 +45,7 @@ langchain==0.3.27 langchain-community==0.3.29 fake-useragent==2.2.0 -chromadb==1.1.0 +chromadb==1.3.5 black==25.11.0 pydub chardet==5.2.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index ef2007c43..79019d329 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -48,7 +48,7 @@ langchain==0.3.27 langchain-community==0.3.29 fake-useragent==2.2.0 -chromadb==1.1.0 +chromadb==1.3.5 weaviate-client==4.17.0 opensearch-py==2.8.0 diff --git a/pyproject.toml b/pyproject.toml index ffa7d8d45..59297db60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "langchain-community==0.3.29", "fake-useragent==2.2.0", - "chromadb==1.0.20", + "chromadb==1.3.5", "opensearch-py==2.8.0", "PyMySQL==1.1.1", "boto3==1.41.5",