diff --git a/composer/2022_airflow_summit/requirements.txt b/composer/2022_airflow_summit/requirements.txt index 50a4b3df15..0537fb768f 100644 --- a/composer/2022_airflow_summit/requirements.txt +++ b/composer/2022_airflow_summit/requirements.txt @@ -1,4 +1,4 @@ # be sure to update the constraints file to match # see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files -apache-airflow==2.6.3 +apache-airflow==3.0.1 apache-airflow-providers-google==10.2.0 diff --git a/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements.txt b/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements.txt index fc3c4940fa..ccf2dc3029 100644 --- a/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements.txt +++ b/composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements.txt @@ -1,6 +1,6 @@ # be sure to update the constraints file to match # see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files -apache-airflow[google]==2.6.3 +apache-airflow[google]==3.0.1 apache-airflow-providers-apache-beam==5.1.1 apache-airflow-providers-slack==7.3.2 apache-airflow-providers-http==4.4.2 diff --git a/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements.txt b/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements.txt index 10bd03ecc5..ca3bbce333 100644 --- a/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements.txt +++ b/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/requirements.txt @@ -1,4 +1,4 @@ # be sure to update the constraints file to match # see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files -apache-airflow[gcp]==1.10.15 # updates beyond 1.10.15 are untested with this code +apache-airflow[gcp]==3.0.1 # updates beyond 1.10.15 are untested with this code apache-airflow-backport-providers-google==2021.3.3 diff --git a/composer/cicd_sample/requirements.txt b/composer/cicd_sample/requirements.txt index 1eb3eeda32..720e1e9bec 100644 --- a/composer/cicd_sample/requirements.txt +++ b/composer/cicd_sample/requirements.txt @@ -1,3 +1,3 @@ # be sure to update the constraints file to match # see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files -apache-airflow==2.6.3 +apache-airflow==3.0.1 diff --git a/composer/dag_test_utils/setup.py b/composer/dag_test_utils/setup.py index 71221c41c9..467c0f6e13 100644 --- a/composer/dag_test_utils/setup.py +++ b/composer/dag_test_utils/setup.py @@ -33,5 +33,5 @@ long_description_content_type="text/markdown", packages=find_packages(), py_modules=["internal_unit_testing"], - install_requires=["apache-airflow[google] >= 2.0.0, < 3.0.0"], + install_requires=["apache-airflow[google] >=3.0.1, <3.1.0"], ) diff --git a/composer/workflows/requirements.txt b/composer/workflows/requirements.txt index cb473b0dfc..f17eb18bb7 100644 --- a/composer/workflows/requirements.txt +++ b/composer/workflows/requirements.txt @@ -4,6 +4,6 @@ # For the complete list of supported provider extras see: # https://github.com/apache/airflow/blob/main/pyproject.toml -apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==2.9.2 +apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==3.0.1 google-cloud-dataform==0.5.9 # Used in Dataform operators scipy==1.14.1 \ No newline at end of file