Skip to content

Commit 4161f83

Browse files
committed
fix(deps): upgrade databricks-sql-connector for pyarrow>=17 (edvise)
databricks-sql-connector 3.5 pins pyarrow<17; edvise requires pyarrow>=17. Use databricks-sql-connector[pyarrow]~=4.2.x and refresh uv.lock (pyarrow 19). Aligns lock with Cloud Build 'uv lock --upgrade-package edvise'. Made-with: Cursor
1 parent 652df89 commit 4161f83

2 files changed

Lines changed: 50 additions & 41 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"pandas~=2.0",
2727
"six~=1.16.0",
2828
"thefuzz[speedup]~=0.22.1",
29-
"databricks-sql-connector~=3.5.0",
29+
"databricks-sql-connector[pyarrow]~=4.2.0",
3030
"pandera~=0.13",
3131
"mlflow~=2.22",
3232
"cachetools",

0 commit comments

Comments
 (0)