Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: set a lower bound for dbt-adapters version in dbt-bigquery
time: 2025-06-09T13:55:52.414339-07:00
custom:
Author: colin-rogers-dbt
PR: "1148"
2 changes: 1 addition & 1 deletion dbt-bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<2.0",
"dbt-adapters>=1.16,<2.0",
# 3.20 introduced pyarrow>=3.0 under the `pandas` extra
"google-cloud-bigquery[pandas]>=3.0,<4.0",
"google-cloud-storage>=2.4,<3.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: set a lower bound for dbt-adapters version in dbt-snowflake
time: 2025-06-09T13:56:23.849857-07:00
custom:
Author: colin-rogers-dbt
PR: "1148"
2 changes: 1 addition & 1 deletion dbt-snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.14.3,<2.0",
"dbt-adapters>=1.16,<2.0",
# lower bound pin due to CVE-2025-24794
"snowflake-connector-python[secure-local-storage]>=3.13.1,<4.0.0",
"certifi<2025.4.26",
Expand Down
Loading