From 3c0d9503513cbf7ae5dddcd0ee3debf1d4b835fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:26:42 +0000 Subject: [PATCH] chore(deps): update structlog requirement in /services/agents 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] --- services/agents/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/agents/pyproject.toml b/services/agents/pyproject.toml index 991c856f..a78f92e6 100644 --- a/services/agents/pyproject.toml +++ b/services/agents/pyproject.toml @@ -22,7 +22,7 @@ langchain-community = ">=0.3.0,<0.4.0" openai = ">=1.12,<3.0" redis = {extras = ["hiredis"], version = ">=5.0.1,<9.0.0"} httpx = ">=0.26,<0.29" -structlog = ">=24.1,<26.0" +structlog = ">=24.1,<27.0" prometheus-client = ">=0.19,<0.26" python-dateutil = "^2.8.2" aiokafka = ">=0.10,<0.15"