From ee4f98b5c32cdac1880a0869e6c355f3c3aa66b8 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 23 Oct 2024 10:55:46 -0400 Subject: [PATCH] update build dependencies to final releases --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abf377c..a99177a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,11 @@ classifiers = [ ] dependencies = [ "psycopg2-binary>=2.9,<3.0", - "dbt-adapters>=0.1.0a1,<2.0", + "dbt-adapters>=0.1.0,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency - "dbt-core>=1.8.0a1", + "dbt-core>=1.8.0", # installed via dbt-adapters but used directly - "dbt-common>=0.1.0a1,<2.0", + "dbt-common>=0.1.0,<2.0", "agate>=1.0,<2.0", ]