Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 7c95178

Browse files
authored
chore: prepare release 1.8.0 (#646)
1 parent 59d005a commit 7c95178

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dbt/adapters/athena/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.8.0rc1"
1+
version = "1.8.0"

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
autoflake~=2.3
22
black~=24.4
33
boto3-stubs[s3]~=1.34
4-
dbt-tests-adapter~=1.8.0rc1
4+
dbt-tests-adapter~=1.8.0
55
flake8~=7.0
66
Flake8-pyproject~=1.2
77
isort~=5.13

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ def _get_package_version() -> str:
5252
install_requires=[
5353
"dbt-common>=1.0.0b2,<2.0",
5454
"dbt-adapters>=1.0.0b2,<2.0",
55+
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
56+
"dbt-core>=1.8.0",
5557
"boto3>=1.28",
5658
"boto3-stubs[athena,glue,lakeformation,sts]>=1.28",
5759
"pyathena>=2.25,<4.0",

0 commit comments

Comments
 (0)