From 50b7a92cd120ad6eead3c964c29eff3fd11d3553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 15:59:21 +0000 Subject: [PATCH] chore(deps):(deps-dev): 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.0...1.5.9) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.5.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index defec67..788730d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] qdrant = ["qdrant-client>=1.7,<3"] -chroma = ["chromadb>=0.4,<1"] +chroma = ["chromadb>=0.4,<2"] milvus = ["pymilvus>=2.3,<3"] weaviate = ["weaviate-client>=3.24,<4"] postgres = ["psycopg2-binary>=2.9,<3"]