ReleaseDatabricks (DBRX)Databricks (DBRX)published Jul 22, 2026seen 3d

databricks/databricks-sql-python v4.4.0

databricks/databricks-sql-python

Open original ↗

Captured source

source ↗
published Jul 22, 2026seen 3dcaptured 3dhttp 200method plain

v4.4.0

Repository: databricks/databricks-sql-python

Tag: v4.4.0

Published: 2026-07-22T10:25:22Z

Prerelease: no

Release notes:

  • Raised the minimum supported Python version to 3.10, dropping the end-of-life 3.8/3.9, to update the lockfile and clear CVE-flagged dependencies in the repo (databricks/databricks-sql-python#798)
  • Fix: REMOVE staging operations no longer require staging_allowed_local_path to be set, since removing a remote file does not touch the local filesystem (databricks/databricks-sql-python#726)
  • Report cursor.rowcount for DML on the Thrift backend: INSERT/UPDATE/DELETE/MERGE now set rowcount to the server's affected-row count instead of the hardcoded -1; SELECT (and statements the server does not report a count for) still return -1. executemany aggregates the count across all parameter sets per PEP 249 (#784)