Skip to content

Commit b12201c

Browse files
committed
chore(deps): update dependency apache-airflow to v3
1 parent 1d1e869 commit b12201c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow==2.6.3
3+
apache-airflow==3.0.0
44
apache-airflow-providers-google==10.2.0
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow[google]==2.6.3
3+
apache-airflow[google]==3.0.0
44
apache-airflow-providers-apache-beam==5.1.1
55
apache-airflow-providers-slack==7.3.2
66
apache-airflow-providers-http==4.4.2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow[gcp]==1.10.15 # updates beyond 1.10.15 are untested with this code
3+
apache-airflow[gcp]==3.0.0 # updates beyond 1.10.15 are untested with this code
44
apache-airflow-backport-providers-google==2021.3.3

composer/cicd_sample/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow==2.6.3
3+
apache-airflow==3.0.0

composer/dag_test_utils/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
long_description_content_type="text/markdown",
3434
packages=find_packages(),
3535
py_modules=["internal_unit_testing"],
36-
install_requires=["apache-airflow[google] >= 2.0.0, < 3.0.0"],
36+
install_requires=["apache-airflow[google] >=3.0.0, <3.1.0"],
3737
)

composer/workflows/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# For the complete list of supported provider extras see:
55
# https://github.com/apache/airflow/blob/main/pyproject.toml
66

7-
apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==2.9.2
7+
apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==3.0.0
88
google-cloud-dataform==0.5.9 # used in Dataform operators
99
scipy==1.14.1

0 commit comments

Comments
 (0)