From 54ed4976a22b2a0023ac3ff75945ee525dfffd4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:29:41 +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.9) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.5.9 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 220c1443..ab74afee 100644 --- a/agents/crew-orchestrator/requirements.txt +++ b/agents/crew-orchestrator/requirements.txt @@ -4,7 +4,7 @@ pydantic>=2.11.9,<2.13.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.9,<1.6.0 structlog>=24.1.0 python-json-logger>=2.0.7 crewai[anthropic,litellm]>=1.14.4,<2.0.0