Skip to content

Commit

Permalink
Bump minimum dbt-adapters requirement to 1.9.0 (#10998)
Browse files Browse the repository at this point in the history
This is needed for dbt-core + dbt-adapters to work properly in regards to
the microbatch project_flag/behavior flag `require_batched_execution_for_custom_microbatch_strategy`
  • Loading branch information
QMalcolm authored Nov 13, 2024
1 parent e9a2b54 commit 6e1f64f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20241113-112043.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Bump minimum dbt-adapters version to 1.9.0
time: 2024-11-13T11:20:43.25658-06:00
custom:
Author: QMalcolm
Issue: "10996"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"dbt-semantic-interfaces>=0.7.4,<0.8",
# Minor versions for these are expected to be backwards-compatible
"dbt-common>=1.11.0,<2.0",
"dbt-adapters>=1.8.0,<2.0",
"dbt-adapters>=1.9.0,<2.0",
# ----
# Expect compatibility with all new versions of these packages, so lower bounds only.
"packaging>20.9",
Expand Down

0 comments on commit 6e1f64f

Please sign in to comment.