From 6b663f642fc5e29f6aacae954f84dfa510de1a6b Mon Sep 17 00:00:00 2001 From: MichelleArk Date: Mon, 3 Nov 2025 16:51:54 -0500 Subject: [PATCH] pin adapters to last 3.9 python support in dev-requirements --- dev-requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9b706009895..63f47f8d86c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,10 @@ -git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-adapters -git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-postgres.git@main # Pinning to 1.34.latest to maintain Python 3.9 compatibility git+https://github.com/dbt-labs/dbt-common.git@1.34.latest -git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-postgres +# Last adapters patch that supports Python 3.9 +dbt-adapters==1.17.3 +dbt-tests-adapter==1.19.1 + # black must match what's in .pre-commit-config.yaml to be sure local env matches CI black==24.3.0 bumpversion