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 = [
135
135
# Does not work with it Tracked in https://github.com/fsspec/universal_pathlib/issues/276
136
136
" universal-pathlib>=0.2.2,!=0.2.4" ,
137
137
" 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 " ,
139
139
# pre-installed providers
140
140
" apache-airflow-providers-common-compat>=1.6.0" ,
141
141
" apache-airflow-providers-common-io>=1.5.3" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ classifiers = [
46
46
]
47
47
48
48
dependencies = [
49
- " apache-airflow-core<3.1.0,>=3.0.0 " ,
49
+ " apache-airflow-core<3.1.0,>=3.0.1 " ,
50
50
" aiologic>=0.14.0" ,
51
51
" attrs>=24.2.0, !=25.2.0" ,
52
52
" fsspec>=2023.10.0" ,
Original file line number Diff line number Diff line change 55
55
"teardown" ,
56
56
]
57
57
58
- __version__ = "1.0.0 "
58
+ __version__ = "1.0.1 "
59
59
60
60
if TYPE_CHECKING :
61
61
from airflow .sdk .bases .notifier import BaseNotifier
You can’t perform that action at this time.
0 commit comments