Skip to content

Commit d9c2911

Browse files
committed
Update to Airflow 2.11.0
1 parent 52a27d3 commit d9c2911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM quay.io/astronomer/astro-runtime:12.8.0-python-3.12
1+
FROM quay.io/astronomer/astro-runtime:13.1.0-python-3.12

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Programming Language :: Python :: 3",
1111
"Programming Language :: Python :: 3.12",
1212
],
13-
install_requires=["apache-airflow==2.10.5"],
13+
install_requires=["apache-airflow==2.11.0"],
1414
extras_require={
1515
"develop": [
1616
"pylint==3.3.7",

0 commit comments

Comments
 (0)