Skip to content

Commit d5a22b4

Browse files
authored
pin adapters to last 3.9 python support in dev-requirements (#12138)
1 parent 95dfbc2 commit d5a22b4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dev-requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-adapters
2-
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter
1+
git+https://github.com/dbt-labs/dbt-postgres.git@main
32
# Pinning to 1.34.latest to maintain Python 3.9 compatibility
43
git+https://github.com/dbt-labs/dbt-common.git@1.34.latest
5-
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-postgres
4+
# Last adapters patch that supports Python 3.9
5+
dbt-adapters==1.17.3
6+
dbt-tests-adapter==1.19.1
7+
68
# black must match what's in .pre-commit-config.yaml to be sure local env matches CI
79
black==24.3.0
810
bumpversion

0 commit comments

Comments
 (0)