Skip to content

Commit

Permalink
Specify the dev branch in hatch_build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Apr 12, 2024
1 parent 2ed4d49 commit 3803bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

BASE_DEPS = [
# psycopg2 dependency installed in custom hatch_build.py
"dbt-adapters>=0.1.0a1,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@dbeatty/unknown-data-type-code-8912",
# 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
Expand Down

0 comments on commit 3803bb6

Please sign in to comment.