Skip to content

Commit

Permalink
Bump minimum dbt-adpaters to 1.8.0
Browse files Browse the repository at this point in the history
In #10859 we started using the
`get_adapter_run_info` method provided by `dbt-adapters`. However that
function is only available in dbt-adapters >= 1.8.0. Thus 1.8.0 is our
new minimum for dbt-adapters.
  • Loading branch information
QMalcolm committed Oct 30, 2024
1 parent dd77210 commit 84a6a73
Showing 1 changed file with 1 addition and 1 deletion.
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.3,<0.8",
# Minor versions for these are expected to be backwards-compatible
"dbt-common>=1.11.0,<2.0",
"dbt-adapters>=1.7.0,<2.0",
"dbt-adapters>=1.8.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 84a6a73

Please sign in to comment.