From 6334b4b3d8c898f48884b30a8c76f2dbc503d832 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 19 Jan 2024 21:51:47 +0530 Subject: [PATCH 1/2] Increase min airflow version to 2.6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c810d7382..b0a8dd5ec 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 aiohttp aiofiles asgiref From 81b5b1a567a995eda69ac671a338e8d9f0548097 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 19 Jan 2024 22:10:25 +0530 Subject: [PATCH 2/2] Constrain Flask-Session library to <=0.5.0 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index b0a8dd5ec..8cf5219f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,6 +41,7 @@ install_requires = asgiref typing_extensions; python_version < "3.8" markupsafe>=1.1.1 + Flask-Session<=0.5.0 zip_safe = false [options.extras_require]