Fix: bump 'openmetadata-sqllineage' version to 1.0.4 (#11109)

This commit is contained in:
Nahuel 2023-04-18 13:58:39 +02:00 committed by GitHub
parent 1870afd1ea
commit c3bfd1310a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",