From 27a53e97f55d5d3a968f9c94c55241bd938bb263 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Fri, 6 Jan 2023 17:33:10 +0530 Subject: [PATCH] fix(ci): restrict GE to fix build issues --- metadata-ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index d0dbffedaa8163..affde697e4a80f 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -111,7 +111,7 @@ def get_long_description(): # Required for all SQL sources. "sqlalchemy>=1.3.24, <2", # Required for SQL profiling. - "great-expectations>=0.15.12", + "great-expectations>=0.15.12, <=0.15.41", # scipy version restricted to reduce backtracking, used by great-expectations, "scipy>=1.7.2", # GE added handling for higher version of jinja2