diff --git a/task-sdk/pyproject.toml b/task-sdk/pyproject.toml index 7c228198df3f3..4da5bea57227a 100644 --- a/task-sdk/pyproject.toml +++ b/task-sdk/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ 'pendulum>=3.0.0,<4.0;python_version>="3.12"', "python-dateutil>=2.7.0", "psutil>=6.1.0", - "structlog>=25.2.0", + "structlog>=25.4.0", "retryhttp>=1.2.0,!=1.3.0", ] diff --git a/task-sdk/tests/task_sdk/definitions/test_xcom_arg.py b/task-sdk/tests/task_sdk/definitions/test_xcom_arg.py index cc968194132d6..d313b45dae265 100644 --- a/task-sdk/tests/task_sdk/definitions/test_xcom_arg.py +++ b/task-sdk/tests/task_sdk/definitions/test_xcom_arg.py @@ -136,6 +136,8 @@ def c_to_none(v): "exc_value": "expand_kwargs() expects a list[dict], not list[None]", "frames": mock.ANY, "is_cause": False, + "is_group": False, + "exceptions": [], "syntax_error": None, } ], @@ -180,6 +182,8 @@ def does_not_work_with_c(v): "exc_value": "nope", "frames": mock.ANY, "is_cause": False, + "is_group": False, + "exceptions": [], "syntax_error": None, } ],