diff --git a/core/setup.py b/core/setup.py index be77d1ba73b..7a3df25ec61 100644 --- a/core/setup.py +++ b/core/setup.py @@ -72,7 +72,7 @@ "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-adapters>=1.10.1,<2.0", + "dbt-adapters>=1.13.0,<2.0", # ---- # Expect compatibility with all new versions of these packages, so lower bounds only. "packaging>20.9",