Skip to content

Commit

Permalink
chore: prepare release 1.8.0 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicor88 authored May 13, 2024
1 parent 59d005a commit 7c95178
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/athena/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0rc1"
version = "1.8.0"
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
autoflake~=2.3
black~=24.4
boto3-stubs[s3]~=1.34
dbt-tests-adapter~=1.8.0rc1
dbt-tests-adapter~=1.8.0
flake8~=7.0
Flake8-pyproject~=1.2
isort~=5.13
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def _get_package_version() -> str:
install_requires=[
"dbt-common>=1.0.0b2,<2.0",
"dbt-adapters>=1.0.0b2,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
"boto3>=1.28",
"boto3-stubs[athena,glue,lakeformation,sts]>=1.28",
"pyathena>=2.25,<4.0",
Expand Down

0 comments on commit 7c95178

Please sign in to comment.