From c3bfd1310af130bfccfd11972cf37362e66b7c2f Mon Sep 17 00:00:00 2001 From: Nahuel Date: Tue, 18 Apr 2023 13:58:39 +0200 Subject: [PATCH] Fix: bump 'openmetadata-sqllineage' version to 1.0.4 (#11109) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 94e0a6d86aa..aa5787b31e6 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -103,7 +103,7 @@ base_requirements = { "requests-aws4auth~=1.1", # Only depends on requests as external package. Leaving as base. "setuptools~=65.6.3", "sqlalchemy>=1.4.0,<2", - "openmetadata-sqllineage>=1.0.3", + "openmetadata-sqllineage>=1.0.4", "tabulate==0.9.0", "typing-compat~=0.1.0", # compatibility requirements for 3.7 "typing-inspect",