File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ classifiers = [
4646]
4747
4848dependencies = [
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" ,
Original file line number Diff line number Diff line change 5555 "teardown" ,
5656]
5757
58- __version__ = "1.0.0 "
58+ __version__ = "1.0.1 "
5959
6060if TYPE_CHECKING :
6161 from airflow .sdk .bases .notifier import BaseNotifier
You can’t perform that action at this time.
0 commit comments