From d17fcb833b525fdcdc88ffbdef342b3147231037 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 21 Dec 2024 22:47:32 +0100 Subject: [PATCH] Dependencies: Use dbt-tests-adapter v1.10 --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d272c5f..a3b7bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,10 +49,11 @@ path = "dbt/adapters/cratedb/__version__.py" [tool.hatch.envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", - "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", - "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", - "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", + #"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + #"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", + #"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", + "dbt-tests-adapter<1.11", + #"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", "pre-commit==3.7.0", "freezegun", "pytest",