From 2bb2e1c470d0d5985534269f2e05a766c58d9409 Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:21:25 +0530 Subject: [PATCH] Pin Flask-Session<0.6.0 (#1440) * Pin Flask-Session<0.6.0 * Pin Flask-Session<0.6.0 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c810d7382..69135a8ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,7 @@ include_package_data = true namespace_packages = astronomer,astronomer.providers install_requires = apache-airflow>=2.2.0 + Flask-Session<0.6.0 # This release breaking our tests, let's pin it as a temporary workaround aiohttp aiofiles asgiref