Skip to content

Commit 1011358

Browse files
bq sf/set lower bound on base adapter (#1148)
1 parent 6f2aae1 commit 1011358

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Dependencies
2+
body: update the lower bound for dbt-adapters version in dbt-bigquery to >=1.16
3+
time: 2025-06-09T13:55:52.414339-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
PR: "1148"

dbt-bigquery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"dbt-common>=1.10,<2.0",
27-
"dbt-adapters>=1.7,<2.0",
27+
"dbt-adapters>=1.16,<2.0",
2828
# 3.20 introduced pyarrow>=3.0 under the `pandas` extra
2929
"google-cloud-bigquery[pandas]>=3.0,<4.0",
3030
"google-cloud-storage>=2.4,<3.2",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Dependencies
2+
body: update the lower bound for dbt-adapters version in dbt-snowflake to >=1.16
3+
time: 2025-06-09T13:56:23.849857-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
PR: "1148"

dbt-snowflake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"dbt-common>=1.10,<2.0",
27-
"dbt-adapters>=1.14.3,<2.0",
27+
"dbt-adapters>=1.16,<2.0",
2828
# lower bound pin due to CVE-2025-24794
2929
"snowflake-connector-python[secure-local-storage]>=3.13.1,<4.0.0",
3030
"certifi<2025.4.26",

0 commit comments

Comments
 (0)