From 34f58017cd873e484f2859c0e5b58a436127b8a1 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Mon, 6 May 2024 15:59:02 +0200 Subject: [PATCH] bump dbt-tests-adapter to 1.8.0rc1 --- dev_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 69860b50..00531c7f 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -dbt-tests-adapter==1.8.0b2 +dbt-tests-adapter==1.8.0rc1 mypy==1.8.0 # patch updates have historically introduced breaking changes pre-commit~=3.6 pytest~=7.4 diff --git a/setup.py b/setup.py index 9b8ca95c..3b1c9b0b 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def _dbt_trino_version(): "dbt-adapters==1.1.0", "trino~=0.326", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency - "dbt-core==1.8.0b3", + "dbt-core==1.8.0rc1", ], zip_safe=False, classifiers=[