From ab336703e89945d82c829e445c60b7665cf8f875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 18:26:30 +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...26.1.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 26.1.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..420bb21 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>=26.1.0 anthropic>=0.40 httpx>=0.27