From cf9a64e8b99333294bae0c86f78c692619457637 Mon Sep 17 00:00:00 2001 From: VersusFacit <67295367+VersusFacit@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:14:09 -0800 Subject: [PATCH] Update branch reference. --- hatch.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hatch.toml b/hatch.toml index 972c3609e..0e631b88f 100644 --- a/hatch.toml +++ b/hatch.toml @@ -9,7 +9,7 @@ packages = ["dbt"] [envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git @ addQueryRetries", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@addQueryRetries", "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", diff --git a/pyproject.toml b/pyproject.toml index 210dbe478..de5edab31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "dbt-common>=1.10,<2.0", - "dbt-adapters>=1.7,<2.0", + "dbt-adapters>=1.7,<2.0@addQueryRetries", "dbt-postgres>=1.8,<1.10", # dbt-redshift depends deeply on this package. it does not follow SemVer, therefore there have been breaking changes in previous patch releases # Pin to the patch or minor version, and bump in each new minor version of dbt-redshift.