From a439161d8b6cd6c48ed5e0b188cfcfacee5e6203 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Wed, 21 Sep 2022 10:14:47 +0530 Subject: [PATCH] #7316: Bump sqllineage version to 1.3.6 (#7598) Co-authored-by: Mayur --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 7c48bf2225c..f2a5b8f9f5e 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -41,7 +41,7 @@ base_requirements = { "Jinja2>=2.11.3", "PyYAML", "jsonschema", - "sqllineage==1.3.5", + "sqllineage==1.3.6", "antlr4-python3-runtime==4.9.2", "boto3~=1.19.12", "botocore==1.22.12",