Skip to content

Commit 6dfd41b

Browse files
committed
Update dbt-core to 1.8.0
1 parent 40df218 commit 6dfd41b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: Dependencies
2+
body: Updated dbt-core to 1.8.0
3+
time: 2024-05-09T21:37:22.423116+02:00
4+
custom:
5+
Author: damian3031
6+
Issue: ""
7+
PR: "408"

dev_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dbt-tests-adapter~=1.8.0rc2
1+
dbt-tests-adapter~=1.8.0
22
mypy==1.10.0 # patch updates have historically introduced breaking changes
33
pre-commit~=3.7
44
pytest~=8.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _dbt_trino_version():
8080
"dbt-adapters>=1.1.1,<2.0",
8181
"trino~=0.328",
8282
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
83-
"dbt-core>=1.8.0rc2",
83+
"dbt-core>=1.8.0",
8484
],
8585
zip_safe=False,
8686
classifiers=[

0 commit comments

Comments
 (0)