From 7be928cdcd09d3b76c1499a2d20e66a3fe8a276b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:22:07 +0000 Subject: [PATCH] chore(deps): update structlog requirement in /packages/design 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] --- packages/shared_py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared_py/requirements.txt b/packages/shared_py/requirements.txt index ee5222e..fe30d6c 100644 --- a/packages/shared_py/requirements.txt +++ b/packages/shared_py/requirements.txt @@ -1,6 +1,6 @@ pydantic[email]>=2.5 pydantic-settings>=2.1 supabase>=2.3 -structlog>=24.1 +structlog>=25.5.0 anthropic>=0.40 httpx>=0.27