From 01eddf73dd44c10aba40afd8f72910ab6e6c1bfe Mon Sep 17 00:00:00 2001 From: trymzet Date: Wed, 3 Jul 2024 12:00:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Relax=20sql-metadata=20ver?= =?UTF-8?q?sion=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a140fe7b..cb9b2a1a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "viadot2" -version = "2.0a25" +version = "2.0a26" description = "A simple data ingestion library to guide data flows from some places to other places." authors = [ { name = "acivitillo", email = "acivitillo@dyvenia.com" }, @@ -24,7 +24,7 @@ dependencies = [ "visions==0.7.5", "sharepy>=2.0.0, <2.1.0", "simple_salesforce==1.11.5", - "sql-metadata==2.3.0", + "sql-metadata>=2.3.0", "duckdb==0.5.1", "sendgrid==6.9.7", "pandas-gbq==0.19.1",