From b82b73f29cff80235954cf207dad320858aeb53f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:29:55 +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...26.1.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 26.1.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 220c1443..15249dd5 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>=26.1.0 python-json-logger>=2.0.7 crewai[anthropic,litellm]>=1.14.4,<2.0.0 # Explicit, first-class LLM deps. REQUIRED, not redundant: this image's Dockerfile