diff --git a/core/setup.py b/core/setup.py index 7a3df25ec61..e357aa30097 100644 --- a/core/setup.py +++ b/core/setup.py @@ -71,7 +71,7 @@ "dbt-extractor>=0.5.0,<=0.6", "dbt-semantic-interfaces>=0.8.3,<0.9", # Minor versions for these are expected to be backwards-compatible - "dbt-common>=1.13.0,<2.0", + "dbt-common>=1.15.0,<2.0", "dbt-adapters>=1.13.0,<2.0", # ---- # Expect compatibility with all new versions of these packages, so lower bounds only. diff --git a/dev-requirements.txt b/dev-requirements.txt index 63014493011..ea34d0d42e6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-adapters git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter -git+https://github.com/dbt-labs/dbt-common.git@invocation_started_at +git+https://github.com/dbt-labs/dbt-common.git@main git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-postgres # black must match what's in .pre-commit-config.yaml to be sure local env matches CI black==24.3.0