We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a27d3 commit d9c2911Copy full SHA for d9c2911
Dockerfile
@@ -1 +1 @@
1
-FROM quay.io/astronomer/astro-runtime:12.8.0-python-3.12
+FROM quay.io/astronomer/astro-runtime:13.1.0-python-3.12
setup.py
@@ -10,7 +10,7 @@
10
"Programming Language :: Python :: 3",
11
"Programming Language :: Python :: 3.12",
12
],
13
- install_requires=["apache-airflow==2.10.5"],
+ install_requires=["apache-airflow==2.11.0"],
14
extras_require={
15
"develop": [
16
"pylint==3.3.7",
0 commit comments