File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/airflow/providers/fab Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ license-files = ["NOTICE", "*/LICENSE*"]
57
57
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
58
58
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
59
59
dependencies = [
60
- " apache-airflow>=3.0.0 " ,
60
+ " apache-airflow>=3.0.2 " ,
61
61
" apache-airflow-providers-common-compat>=1.2.1" ,
62
62
# Blinker use for signals in Flask, this is an optional dependency in Flask 2.2 and lower.
63
63
# In Flask 2.3 it becomes a mandatory dependency, and flask signals are always available.
Original file line number Diff line number Diff line change 32
32
__version__ = "2.0.3"
33
33
34
34
if packaging .version .parse (packaging .version .parse (airflow_version ).base_version ) < packaging .version .parse (
35
- "3.0.0 "
35
+ "3.0.2 "
36
36
):
37
37
raise RuntimeError (
38
- f"The package `apache-airflow-providers-fab:{ __version__ } ` needs Apache Airflow 3.0.0 +"
38
+ f"The package `apache-airflow-providers-fab:{ __version__ } ` needs Apache Airflow 3.0.2 +"
39
39
)
You can’t perform that action at this time.
0 commit comments