From e7bf96c6eb5d16c80f60ab193330051170c33fc3 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Mon, 22 Jan 2024 12:27:14 +0530 Subject: [PATCH] Increase min airflow version to 2.6 (#1438) Since, we bumped the minimum version for the Amazon provider to 8.16.0, our constraints generation is failing in main as the provider version now needs Airflow >= 2.6. Hence, bump the same. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 69135a8ba..78f450ca6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ packages = find_namespace: include_package_data = true namespace_packages = astronomer,astronomer.providers install_requires = - apache-airflow>=2.2.0 + apache-airflow>=2.6.0 Flask-Session<0.6.0 # This release breaking our tests, let's pin it as a temporary workaround aiohttp aiofiles