From b4b63fa80cfb563efd5b788b14d1fdb61db843ae Mon Sep 17 00:00:00 2001 From: gibsondan Date: Thu, 5 Dec 2024 16:40:17 -0600 Subject: [PATCH] [test-all] Add 1.7 dbt-core lower bound pin (#26302) Summary: [test-all] The removal of our protobuf pin caused us to hit an issue where older dbt-core 1.7 versions were missing their own protobuf pin. Test Plan: BK ## Summary & Motivation ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section. --- python_modules/libraries/dagster-dbt/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/libraries/dagster-dbt/tox.ini b/python_modules/libraries/dagster-dbt/tox.ini index 809167cab44de..7ac3f76ad0f4c 100644 --- a/python_modules/libraries/dagster-dbt/tox.ini +++ b/python_modules/libraries/dagster-dbt/tox.ini @@ -18,7 +18,7 @@ deps = -e ../../dagster-pipes -e ../dagster-duckdb -e ../dagster-duckdb-pandas - dbt17: dbt-core==1.7.* + dbt17: dbt-core==1.7.*,>=1.7.10 # first release protobuf upper bound pin was added dbt17: dbt-duckdb==1.7.* dbt17: dbt-snowflake==1.7.* dbt17: dbt-bigquery==1.7.*