From 76fd845696e2e655d2e50e2ee5e26c5e9f54a95e Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Sat, 11 Mar 2023 14:59:27 +0600 Subject: [PATCH] Attempt to fix deprecation warnings in SQLA 2.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 95c6b457e6428..d16eb722c791c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -137,7 +137,7 @@ install_requires = # See https://sqlalche.me/e/b8d9 for details of deprecated features # you can set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. # The issue tracking it is https://github.com/apache/airflow/issues/28723 - sqlalchemy>=1.4,<2.0 + sqlalchemy>=1.4,<2.1 sqlalchemy_jsonfield>=1.0 tabulate>=0.7.5 tenacity>=6.2.0,!=8.2.0