From f6d59f599e8ca60d094d3344c5e0d7ae2d2038c1 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Fri, 27 Jan 2023 15:26:30 +0100 Subject: [PATCH] Pin SQLAlchemy lower than 2 (#9952) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index d951dd9856f..0cd8950b980 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -93,7 +93,7 @@ base_requirements = { "requests>=2.23", "requests-aws4auth~=1.1", # Only depends on requests as external package. Leaving as base. "setuptools~=65.6.3", - "sqlalchemy>=1.4.0", + "sqlalchemy>=1.4.0,<2", "openmetadata-sqllineage==1.0.1", "typing-compat~=0.1.0", # compatibility requirements for 3.7 "typing-inspect",