Skip to content

Commit

Permalink
Update dbt-core to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed May 9, 2024
1 parent 40df218 commit 6dfd41b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Dependencies-20240509-213722.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Dependencies
body: Updated dbt-core to 1.8.0
time: 2024-05-09T21:37:22.423116+02:00
custom:
Author: damian3031
Issue: ""
PR: "408"
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-tests-adapter~=1.8.0rc2
dbt-tests-adapter~=1.8.0
mypy==1.10.0 # patch updates have historically introduced breaking changes
pre-commit~=3.7
pytest~=8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _dbt_trino_version():
"dbt-adapters>=1.1.1,<2.0",
"trino~=0.328",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0rc2",
"dbt-core>=1.8.0",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 6dfd41b

Please sign in to comment.