diff --git a/dev_requirements.txt b/dev_requirements.txt index 3af6541f..61d06370 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -dbt-tests-adapter~=1.8.0b1 +dbt-tests-adapter~=1.8.0rc2 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 a5ee55d4..639b9e1b 100644 --- a/setup.py +++ b/setup.py @@ -76,11 +76,11 @@ def _dbt_trino_version(): ] }, install_requires=[ - "dbt-common>=1.0.1,<2.0", - "dbt-adapters>=1.1.0rc1,<2.0", + "dbt-common>=1.0.3,<2.0", + "dbt-adapters>=1.1.0,<2.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=[