diff --git a/hatch.toml b/hatch.toml index 972c3609..0e631b88 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 210dbe47..de5edab3 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.