Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion task-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down
4 changes: 4 additions & 0 deletions task-sdk/tests/task_sdk/definitions/test_xcom_arg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
],
Expand Down Expand Up @@ -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,
}
],
Expand Down
Loading