From 546a72305cd08f8ec3dcb43b9fc8b5274b261c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:20:03 +0000 Subject: [PATCH] chore(deps): update structlog requirement in /agents/crew-orchestrator Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.1.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.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..9d26e70 100644 --- a/agents/crew-orchestrator/requirements.txt +++ b/agents/crew-orchestrator/requirements.txt @@ -5,7 +5,7 @@ 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 -structlog>=24.1.0 +structlog>=25.5.0 python-json-logger>=2.0.7 crewai>=0.1.26 arq>=0.25.0