Skip to content

Commit

Permalink
⬆️ Relax sql-metadata version requirement (#940)
Browse files Browse the repository at this point in the history
* ⬆️ Relax sql-metadata version requirement

* 📌 Update lockfiles
  • Loading branch information
trymzet authored Jul 3, 2024
1 parent ea2b744 commit 3f2665e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ sniffio==1.3.1
# via httpx
soupsieve==2.5
# via beautifulsoup4
sql-metadata==2.3.0
sql-metadata==2.12.0
# via viadot2
sqlalchemy==2.0.28
# via viadot2
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ sniffio==1.3.1
# via anyio
soupsieve==2.5
# via beautifulsoup4
sql-metadata==2.3.0
sql-metadata==2.12.0
# via viadot2
sqlalchemy==2.0.28
# via viadot2
Expand Down

0 comments on commit 3f2665e

Please sign in to comment.