Skip to content

Commit 1d8558c

Browse files
committed
Restore harlequin-databricks as optional dep
I think the deps issues on locking could have come from upper bounds on the pyarrow & numpy version set by the databricks-sql-connector Those upper bounds have gone in the latest databricks-sql-connector release (3.7.0), which is a requirement of the latest harlequin-databricks release (0.5.2) databricks/databricks-sql-python#452
1 parent 6f752c1 commit 1d8558c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ harlequin-mysql = { version = ">=0.1", optional = true }
5959
harlequin-odbc = { version = ">=0.1", optional = true }
6060
harlequin-bigquery = { version = "^1.0", optional = true }
6161
harlequin-trino = { version = ">=0.1", optional = true }
62-
# harlequin-databricks = { version = ">=0.3", optional = true }
62+
harlequin-databricks = { version = ">=0.5.2", optional = true }
6363
harlequin-adbc = { version = ">=0.1", optional = true }
6464
harlequin-cassandra = { version = ">=0.1", optional = true }
6565
harlequin-nebulagraph = { version = ">=0.1", optional = true }

0 commit comments

Comments
 (0)