From 016fbe6a172af2dfffab830b5413aa497fddfc1d Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 21 Nov 2024 10:35:28 -0600 Subject: [PATCH 1/2] quick test --- core/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/setup.py b/core/setup.py index 916fc47e3ed..94ec41224ac 100644 --- a/core/setup.py +++ b/core/setup.py @@ -75,8 +75,8 @@ "minimal-snowplow-tracker>=0.0.2,<0.1", "dbt-semantic-interfaces>=0.5.1,<0.6", # Minor versions for these are expected to be backwards-compatible - "dbt-common>=1.0.4,<1.11.0", - "dbt-adapters>=1.1.1,<1.7.1", + "dbt-common>=1.0.4,<2.0", + "dbt-adapters>=1.1.1,<2.0", # ---- # Expect compatibility with all new versions of these packages, so lower bounds only. "packaging>20.9", From fc1d31875828be4cfd16ed116733f03f0491433d Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 21 Nov 2024 10:54:06 -0600 Subject: [PATCH 2/2] add changelog --- .changes/unreleased/Under the Hood-20241121-105350.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20241121-105350.yaml diff --git a/.changes/unreleased/Under the Hood-20241121-105350.yaml b/.changes/unreleased/Under the Hood-20241121-105350.yaml new file mode 100644 index 00000000000..e7514f47432 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20241121-105350.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Pin dbt-common and dbt-adapters with upper bound of 2.0. +time: 2024-11-21T10:53:50.051757-06:00 +custom: + Author: emmyoop + Issue: "1"