Skip to content

Commit 13a7ad3

Browse files
authored
We have some intermittent dependency chain resolution problems (#1098)
1 parent b1cbf80 commit 13a7ad3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: Raise the dbt-adapters pin to 1.14.3 to make dbt-adapter dependency resolution more reliable for higher versions of snowflake.
3+
time: 2025-05-14T16:01:25.066308-07:00
4+
custom:
5+
Author: versusfacit
6+
Issue: "1098"

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.10.4,<2.0",
27+
"dbt-adapters>=1.14.3,<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)