From f0ea79060bada807cf4e8d24e533e32296e75452 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Wed, 19 Apr 2023 04:35:23 +0530 Subject: [PATCH] chore(ingest): bug fix in sqlparse pin (#7848) --- 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 a7bd0aa428..0dc261fa14 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -127,7 +127,7 @@ sqllineage_lib = { # As per https://github.com/reata/sqllineage/issues/361 # and https://github.com/reata/sqllineage/pull/360 # sqllineage has compat issues with sqlparse 0.4.4. - "sqlparse==0.4.1", + "sqlparse==0.4.3", } aws_common = {