Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 5532c3e

Browse files
authored
Merge pull request #659 from JCZuurmond/remove-duckdb-version-constrain
Remove duckdb version constrain
2 parents 101a488 + a6c25b1 commit 5532c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cryptography = {version="*", optional=true}
3636
trino = {version="^0.314.0", optional=true}
3737
presto-python-client = {version="*", optional=true}
3838
clickhouse-driver = {version="*", optional=true}
39-
duckdb = {version="^0.7.0", optional=true}
39+
duckdb = {version="*", optional=true}
4040
dbt-artifacts-parser = {version="^0.4.0"}
4141
dbt-core = {version="^1.0.0"}
4242
keyring = "*"

0 commit comments

Comments
 (0)