From 859f11e0efea273cb781f632f171e5649cf531e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:19:53 +0000 Subject: [PATCH] chore(deps)(deps): bump chromadb from 1.4.1 to 1.5.5 Bumps [chromadb](https://github.com/chroma-core/chroma) from 1.4.1 to 1.5.5. - [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/1.4.1...1.5.5) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68036c6c0..f43ad1deb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ orjson==3.11.5 # CRITICAL: ChromaDB 1.3.4 requires onnxruntime>=1.14.1 # Using Python 3.11 for compatibility (Python 3.12 doesn't have onnxruntime wheels on Linux yet) onnxruntime>=1.14.1 # Required by chromadb, compatible with Python 3.11 -chromadb==1.4.1 +chromadb==1.5.5 sentence-transformers>=2.7.0 # Updated to support newer huggingface_hub # Security & Rate Limiting