Skip to content

Commit

Permalink
Add dbt-core~=1.8.0a1 as convenience dep (#1002)
Browse files Browse the repository at this point in the history
* add `dbt-core~=1.8.0a1` as convenience dep
  • Loading branch information
mikealfare authored Apr 3, 2024
1 parent 45b904c commit 377c65f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240403-135436.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Add `dbt-core` as a dependency to preserve backwards compatibility for installation
time: 2024-04-03T13:54:36.667724-04:00
custom:
Author: mikealfare
PR: "1002"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def _get_plugin_version_dict():
"sqlparams>=3.0.0",
"dbt-common>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0a1,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
],
extras_require={
"ODBC": odbc_extras,
Expand Down

0 comments on commit 377c65f

Please sign in to comment.