Skip to content

Commit

Permalink
Add dbt-core~=1.8.0a1 as convenience dep (#964)
Browse files Browse the repository at this point in the history
* add `dbt-core~=1.8.0a1` as convenience dep

* changelog
  • Loading branch information
mikealfare authored Apr 3, 2024
1 parent e2425d1 commit bba05cb
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-133936.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:39:36.783478-04:00
custom:
Author: mikealfare
PR: "964"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def _get_plugin_version_dict():
"dbt-common>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0a1,<2.0",
"snowflake-connector-python[secure-local-storage]~=3.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
"agate",
],
Expand Down

0 comments on commit bba05cb

Please sign in to comment.