Skip to content

Commit

Permalink
Merge pull request #417 from duckdb/guenp/bump-duckdb-version
Browse files Browse the repository at this point in the history
Bump DuckDB version to 1.0.0
  • Loading branch information
guenp committed Jul 23, 2024
2 parents 0487608 + 78f3cb5 commit e0e25af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _dbt_duckdb_version():
install_requires=[
"dbt-common>=1,<2",
"dbt-adapters>=1,<2",
"duckdb>=0.10.0,!=0.10.3",
"duckdb>=1.0.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
],
Expand Down

0 comments on commit e0e25af

Please sign in to comment.