From d63e9688c18f084cf7675d2cb4607e957cb931ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:38:09 +0000 Subject: [PATCH] Update chromadb requirement from <1.4,>=0.5 to >=0.5,<1.6 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.5.8) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.5.8 dependency-type: direct:development ... 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 c3044451cb76..2b98c1eac26d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -77,7 +77,7 @@ azure = [ "azure-cosmos ~= 4.7" ] chroma = [ - "chromadb >= 0.5,< 1.4" + "chromadb >= 0.5,< 1.6" ] copilotstudio = [ "microsoft-agents-copilotstudio-client >= 0.3.1",