From 59680c4208bacf9b9d8552d19a9cdb9646768a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 04:13:01 +0000 Subject: [PATCH] Bump chromadb from 0.6.3 to 1.5.8 in /apps/api Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.6.3 to 1.5.8. - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/chroma-core/chroma/compare/0.6.3...1.5.8) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.5.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 2080b56..97dd475 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -9,7 +9,7 @@ httpx==0.28.1 redis==7.4.0 rq==2.1.0 celery==5.4.0 -chromadb==0.6.3 +chromadb==1.5.8 qdrant-client==1.12.2 langgraph==1.0.10 networkx==3.4.2