Skip to content

Commit 4ecebc2

Browse files
committed
Bump Task SDK to 1.0.1
1 parent e1c5899 commit 4ecebc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airflow-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dependencies = [
135135
# Does not work with it Tracked in https://github.com/fsspec/universal_pathlib/issues/276
136136
"universal-pathlib>=0.2.2,!=0.2.4",
137137
"uuid6>=2024.7.10",
138-
"apache-airflow-task-sdk<1.1.0,>=1.0.0",
138+
"apache-airflow-task-sdk<1.1.0,>=1.0.1",
139139
# pre-installed providers
140140
"apache-airflow-providers-common-compat>=1.6.0",
141141
"apache-airflow-providers-common-io>=1.5.3",

task-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ classifiers = [
4646
]
4747

4848
dependencies = [
49-
"apache-airflow-core<3.1.0,>=3.0.0",
49+
"apache-airflow-core<3.1.0,>=3.0.1",
5050
"aiologic>=0.14.0",
5151
"attrs>=24.2.0, !=25.2.0",
5252
"fsspec>=2023.10.0",

task-sdk/src/airflow/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"teardown",
5656
]
5757

58-
__version__ = "1.0.0"
58+
__version__ = "1.0.1"
5959

6060
if TYPE_CHECKING:
6161
from airflow.sdk.bases.notifier import BaseNotifier

0 commit comments

Comments
 (0)