From e169210c81d0c88f95c0d94954605d03ac3da989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:05:35 +0000 Subject: [PATCH] Update chromadb requirement from <1.1,>=0.5 to >=0.5,<1.2 in /python 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.5.0...1.1.0) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index ea73dffb2d93..0cdeee343d82 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -77,7 +77,7 @@ azure = [ "azure-cosmos ~= 4.7" ] chroma = [ - "chromadb >= 0.5,< 1.1" + "chromadb >= 0.5,< 1.2" ] dapr = [ "dapr>=1.14.0",