Skip to content

Commit

Permalink
add dbt-core~=1.8.0a1 as convenience dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 3, 2024
1 parent 1c95a75 commit 1854e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
BASE_DEPS = [
# psycopg2 dependency installed in custom hatch_build.py
"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",
# installed via dbt-adapters but used directly
"dbt-common>=0.1.0a1,<2.0",
"agate>=1.0,<2.0",
Expand Down

0 comments on commit 1854e11

Please sign in to comment.