From ee4f98b5c32cdac1880a0869e6c355f3c3aa66b8 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 23 Oct 2024 10:55:46 -0400 Subject: [PATCH 1/2] 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 abf377cc..a99177a7 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", ] From a689b60ce93297e64c5cf35ae353f8494beeeaa4 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 23 Oct 2024 10:57:33 -0400 Subject: [PATCH 2/2] update build dependencies to final releases --- .changes/unreleased/Fixes-20241023-105729.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Fixes-20241023-105729.yaml diff --git a/.changes/unreleased/Fixes-20241023-105729.yaml b/.changes/unreleased/Fixes-20241023-105729.yaml new file mode 100644 index 00000000..a409b784 --- /dev/null +++ b/.changes/unreleased/Fixes-20241023-105729.yaml @@ -0,0 +1,6 @@ +kind: Fixes +body: Pin build dependencies to final releases +time: 2024-10-23T10:57:29.951612-04:00 +custom: + Author: mikealfare + Issue: "169"