diff --git a/third_party/airflow/pyproject.toml b/third_party/airflow/pyproject.toml index df506fc400c..aa8296d46cb 100644 --- a/third_party/airflow/pyproject.toml +++ b/third_party/airflow/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "armada_airflow" -version = "0.5.4" +version = "0.5.5" description = "Armada Airflow Operator" requires-python = ">=3.7" # Note(JayF): This dependency value is not suitable for release. Whatever @@ -9,7 +9,7 @@ requires-python = ">=3.7" # extremely difficult. dependencies = [ "armada-client", - "apache-airflow==2.7.1", + "apache-airflow>=2.6.3", "grpcio==1.58.0", "grpcio-tools==1.58.0", "types-protobuf==4.24.0.1"