From e644a08e4e0dd0128917a2e067fcbe90e813ba8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:20:06 +0000 Subject: [PATCH] chore(deps): update arq requirement in /agents/crew-orchestrator Updates the requirements on [arq](https://github.com/python-arq/arq) to permit the latest version. - [Release notes](https://github.com/python-arq/arq/releases) - [Changelog](https://github.com/python-arq/arq/blob/main/HISTORY.rst) - [Commits](https://github.com/python-arq/arq/compare/v0.25.0...v0.28.0) --- updated-dependencies: - dependency-name: arq dependency-version: 0.28.0 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..e673a6c 100644 --- a/agents/crew-orchestrator/requirements.txt +++ b/agents/crew-orchestrator/requirements.txt @@ -8,6 +8,6 @@ chromadb>=0.4.22,<1.2.0 structlog>=24.1.0 python-json-logger>=2.0.7 crewai>=0.1.26 -arq>=0.25.0 +arq>=0.28.0 langchain-openai>=1.2.1,<2.0.0 prometheus-client>=0.25.0