From dd4d8dade6908fc2ddf21eb39b8abbe4693d15ad Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:33:01 -0500 Subject: [PATCH] Update dependencies for 1.0.0b1 (#27) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b67b91a..e7e283c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "dbt-adapters>=0.1.0a6,<0.2.0", + "dbt-adapters>=0.1.0a1,<2.0", "psycopg2>=2.9,<3.0", # installed via dbt-adapters but used directly "dbt-common<2.0",