From df6f680dbccd9994fdf1734cfaff70df360a035a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:20:04 +0000 Subject: [PATCH] :arrow_up:(deps)(deps): Update chromadb requirement Updates the requirements on [chromadb](https://github.com/chroma-core/chroma) to permit the latest version. - [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.4.22...0.6.3) --- updated-dependencies: - dependency-name: chromadb dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6cdcc1..958c427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "requests>=2.25.0", "astroid>=3.0.0", # RAG Infrastructure - "chromadb>=0.4.22", + "chromadb>=0.6.3", "tree-sitter>=0.20.4", "tree-sitter-python>=0.20.4", "sentence-transformers>=2.5.1",