From 756442a0b02da1b5bb3cbcf9686c5400eca60d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:19:59 +0000 Subject: [PATCH] chore(deps): update chromadb requirement in /agents/crew-orchestrator 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.22...1.5.8) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.5.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agents/crew-orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/crew-orchestrator/requirements.txt b/agents/crew-orchestrator/requirements.txt index 88e6b85..333de66 100644 --- a/agents/crew-orchestrator/requirements.txt +++ b/agents/crew-orchestrator/requirements.txt @@ -4,7 +4,7 @@ pydantic>=2.13.3,<2.14.0 redis>=4.2.0,<6.0.0 httpx>=0.28.1 python-dotenv>=1.2.2,<2.0.0 -chromadb>=0.4.22,<1.2.0 +chromadb>=1.5.8,<1.6.0 structlog>=24.1.0 python-json-logger>=2.0.7 crewai>=0.1.26