We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dfbc2 commit d5a22b4Copy full SHA for d5a22b4
dev-requirements.txt
@@ -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
+git+https://github.com/dbt-labs/dbt-postgres.git@main
3
# Pinning to 1.34.latest to maintain Python 3.9 compatibility
4
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
+# Last adapters patch that supports Python 3.9
+dbt-adapters==1.17.3
6
+dbt-tests-adapter==1.19.1
7
+
8
# black must match what's in .pre-commit-config.yaml to be sure local env matches CI
9
black==24.3.0
10
bumpversion
0 commit comments