This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 55919dbff0da1103e64e1757091b067a20e553fa Author: Jed Cunningham <[email protected]> AuthorDate: Thu Feb 20 14:33:45 2025 -0700 Bump task-sdk version to 1.0.0.alpha4 --- task_sdk/src/airflow/sdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_sdk/src/airflow/sdk/__init__.py b/task_sdk/src/airflow/sdk/__init__.py index 1fabbd2bd03..5b8d426926b 100644 --- a/task_sdk/src/airflow/sdk/__init__.py +++ b/task_sdk/src/airflow/sdk/__init__.py @@ -36,7 +36,7 @@ __all__ = [ "get_parsing_context", ] -__version__ = "1.0.0.alpha1" +__version__ = "1.0.0.alpha4" if TYPE_CHECKING: from airflow.sdk.definitions.asset import Asset, AssetWatcher
