Skip to content

Commit

Permalink
Adjust this since we won't need to change it going forward anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jwills committed May 10, 2024
1 parent 7030aa5 commit 3cb113c
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 @@ -41,7 +41,7 @@ def _dbt_duckdb_version():
"dbt-adapters>=1,<2",
"duckdb>=0.7.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core~=1.8.0",
"dbt-core>=1.8.0",
],
extras_require={"glue": ["boto3", "mypy-boto3-glue"], "md": ["duckdb>=0.10.2"]},
classifiers=[
Expand Down

0 comments on commit 3cb113c

Please sign in to comment.