dbt-labs / dbt-core

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://getdbt.com
Apache License 2.0
10.01k stars 1.63k forks source link

Add upper bound to dbt-common and dbt-adapter pins for 1.9rc #10779

Open emmyoop opened 2 months ago

emmyoop commented 2 months ago

After cutting 1.9.latest we need to pin the upper bound of dbt-common and dbt-adapters to prevent breakage in the future. The pins may move in the future but this prevents unexpected changes.

emmyoop commented 1 month ago

This also requires updating the dev-dependencies to not point at main. See #10894 10894