From fc431010ef0bd11ee6a502fc6c9e5e3e75c5d72d Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:46:33 -0500 Subject: [PATCH] allow for dbt-adapters 1.0.0b1 (#9691) --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index d506f05862e..34a444fb82b 100644 --- a/core/setup.py +++ b/core/setup.py @@ -75,7 +75,7 @@ "dbt-semantic-interfaces>=0.5.0a2,<0.6", # Minor versions for these are expected to be backwards-compatible "dbt-common<2.0", - "dbt-adapters>=0.1.0a2,<1.0", + "dbt-adapters>=0.1.0a2,<2.0", # ---- # Expect compatibility with all new versions of these packages, so lower bounds only. "packaging>20.9",