From 9367c226d0d0aa48e6b2f5fbc32595a99a3246ca Mon Sep 17 00:00:00 2001 From: yafimvo <103026689+yafimvo@users.noreply.github.com> Date: Mon, 2 Jan 2023 15:10:33 +0200 Subject: [PATCH] SQLAlchemy 2 version limit (#55) Co-authored-by: yafim --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c9e54ed3..da80d0ed9 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires = [ "prettytable<1", "ipython>=1.0", - "sqlalchemy>=0.6.7", + "sqlalchemy>=0.6.7,<2.0", "sqlparse", "six", "ipython-genutils>=0.1.0",