From c598741262cfa7ae46d80ea2d2af675ee65df07f Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Fri, 26 Jul 2024 13:51:34 -0400 Subject: [PATCH] Bump dbt common 1.6 (#10489) --- .changes/unreleased/Features-20240719-161841.yaml | 2 +- core/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changes/unreleased/Features-20240719-161841.yaml b/.changes/unreleased/Features-20240719-161841.yaml index a84a9d45e9d..a802faf6888 100644 --- a/.changes/unreleased/Features-20240719-161841.yaml +++ b/.changes/unreleased/Features-20240719-161841.yaml @@ -1,5 +1,5 @@ kind: Features -body: Support ref and source in foreign key constraint expressions +body: Support ref and source in foreign key constraint expressions, bump dbt-common minimum to 1.6 time: 2024-07-19T16:18:41.434278-04:00 custom: Author: michelleark diff --git a/core/setup.py b/core/setup.py index 1491204ae3c..1ebce19b6e0 100644 --- a/core/setup.py +++ b/core/setup.py @@ -71,7 +71,7 @@ "minimal-snowplow-tracker>=0.0.2,<0.1", "dbt-semantic-interfaces>=0.6.8,<0.7", # Minor versions for these are expected to be backwards-compatible - "dbt-common>=1.3.0,<2.0", + "dbt-common>=1.6.0,<2.0", "dbt-adapters>=1.1.1,<2.0", # ---- # Expect compatibility with all new versions of these packages, so lower bounds only.