Skip to content

Commit

Permalink
[test-all] Add 1.7 dbt-core lower bound pin (#26302)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gibsondan authored Dec 5, 2024
1 parent ead436d commit b4b63fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-dbt/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit b4b63fa

Please sign in to comment.