From c5e2a8fa87fae3d8f130f68df909a99ea3d9621d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:14:07 +0000 Subject: [PATCH] chore(deps): update chromadb requirement from <1.0,>=0.5 to >=1.5.8,<2.0 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: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 68e2672..39f7a74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Topic :: Software Development :: Libraries", ] dependencies = [ - "chromadb>=0.5,<1.0", + "chromadb>=1.5.8,<2.0", "starlette>=0.37", "uvicorn[standard]>=0.30", "anyio>=4.0",