Skip to content

Commit 8bc5960

Browse files
authored
Remove duckdb version constrain
1 parent 54d8a1c commit 8bc5960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3.0"}
4141
dbt-core = {version="^1.0.0"}
4242
keyring = "*"

0 commit comments

Comments
 (0)