From ba9cfe2a91464c779e721810a525d48bea122280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 02:24:28 +0000 Subject: [PATCH] Update chromadb requirement from <1.1,>=0.5 to >=0.5,<1.3 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.2.1) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.2.1 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 7a4a167c80fd..778d87ef4408 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.3" ] copilotstudio = [ "microsoft-agents-copilotstudio-client >= 0.3.1",