From e92ba511e67a3999b7707be022184b86083070ad Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Wed, 12 Mar 2025 15:21:51 +0000 Subject: [PATCH] Bump min structlog version In #47663 we added the `exc_note` field, but that only appears with the latest structlog version. This was causing it to fail on some PRs --- task-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-sdk/pyproject.toml b/task-sdk/pyproject.toml index 3bf5359c049e5..79129f95e4965 100644 --- a/task-sdk/pyproject.toml +++ b/task-sdk/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ 'pendulum>=3.0.0,<4.0;python_version>="3.12"', "python-dateutil>=2.7.0", "psutil>=6.1.0", - "structlog>=24.4.0", + "structlog>=25.2.0", "retryhttp>=1.2.0,!=1.3.0", ] classifiers = [