Skip to content

Commit

Permalink
update dependencies for testing publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 11, 2024
1 parent d32fc1d commit fba9c25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dbt-athena-community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ["dbt-athena @ {root:uri}/../dbt-athena"]
version = "1.8.4"
# these versions should always match and they both should match the local version of dbt-athena
dependencies = ["dbt-athena==1.8.5b1"]
version = "1.8.5b1"
[project.urls]
Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena"
Documentation = "https://docs.getdbt.com"
Expand All @@ -45,6 +46,7 @@ allow-direct-references = true

[tool.hatch.envs.default]
dependencies = [
"dbt-athena @ {root:uri}/../dbt-athena",
"dbt-tests-adapter~=1.9.2",
"isort~=5.13",
"moto~=5.0.13",
Expand Down
2 changes: 1 addition & 1 deletion dbt-athena/src/dbt/adapters/athena/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.4"
version = "1.8.5b1"

0 comments on commit fba9c25

Please sign in to comment.