Skip to content

Commit

Permalink
Merge pull request #396 from duckdb/jwills_180
Browse files Browse the repository at this point in the history
Prep for 1.8.0
  • Loading branch information
jwills committed May 10, 2024
2 parents a42274a + 3cb113c commit 6dfe60f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/duckdb/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.5"
version = "1.8.0"
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
# git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter

dbt-tests-adapter>=1.8.0b1
dbt-tests-adapter==1.8.0

boto3
mypy-boto3-glue
Expand Down
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.0b1",
"dbt-core>=1.8.0",
],
extras_require={"glue": ["boto3", "mypy-boto3-glue"], "md": ["duckdb>=0.10.2"]},
classifiers=[
Expand Down

0 comments on commit 6dfe60f

Please sign in to comment.