mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
update adapter requirements
This commit is contained in:
@@ -81,6 +81,7 @@ dependencies = [
|
||||
"dbt-semantic-interfaces>=0.9.0,<0.10",
|
||||
# Minor versions for these are expected to be backwards-compatible
|
||||
"dbt-common>=1.27.0,<2.0",
|
||||
# TODO: bump before merging
|
||||
"dbt-adapters>=1.15.5,<2.0",
|
||||
"dbt-protos>=1.0.397,<2.0",
|
||||
"pydantic<3",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-adapters
|
||||
git+https://github.com/dbt-labs/dbt-adapters.git@bq-batch-metadata-source-freshness#subdirectory=dbt-adapters
|
||||
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter
|
||||
git+https://github.com/dbt-labs/dbt-common.git@main
|
||||
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-postgres
|
||||
|
||||
Reference in New Issue
Block a user