From 97e317ed14c045880e80a3b1c6a44a3bc4398566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 08:09:56 +0000 Subject: [PATCH] chore(deps): update structlog requirement in /agents/business 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/business/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/business/requirements.txt b/agents/business/requirements.txt index e4fbe0e0..4f3fccce 100644 --- a/agents/business/requirements.txt +++ b/agents/business/requirements.txt @@ -4,7 +4,7 @@ pydantic>=2.5.3 redis>=4.2.0,<6.0.0 httpx>=0.27.0 python-dotenv>=1.0.0 -structlog>=24.1.0 +structlog>=26.1.0 python-json-logger>=2.0.7 requests>=2.31.0 anthropic>=0.25.0