From b62d222d7a77289a6afc08884d5e02ecfb8aad47 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 27 Feb 2024 17:44:02 -0500 Subject: [PATCH] update dependencies for 1.0.0b1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea22820f..136695c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,10 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "dbt-adapters<2.0", + "dbt-adapters<2.0.0a1", "psycopg2>=2.9,<3.0", # installed via dbt-adapters but used directly - "dbt-common<2.0", + "dbt-common<2.0.0a1", "agate>=1.0,<2.0", ] [project.urls]