Skip to content

Commit a479682

Browse files
committed
Fix build in older poetry
1 parent 4edb046 commit a479682

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# 4.2.4 (2026-01-07)
44
- Fixed the exception handler close() on _TelemetryClientHolder (databricks/databricks-sql-python#723 by @msrathore-db)
55
- Created util method to normalise http protocol in http path (databricks/databricks-sql-python#724 by @nikhilsuri-db)
6+
- Fixed requests-kerberos being required instead of optional (databricks/databricks-sql-python#725 by @samikshya-db)
67

78
# 4.2.3 (2025-12-18)
89
- added pandas < 2.4.0 support and tests for py 3.14 (databricks/databricks-sql-python#720 by @sreekanth-db)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sql-connector"
3-
version = "4.2.4"
3+
version = "4.2.3"
44
description = "Databricks SQL Connector for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"
@@ -36,6 +36,7 @@ requests-kerberos = {version = "^0.15.0", optional = true}
3636

3737
[tool.poetry.extras]
3838
pyarrow = ["pyarrow"]
39+
kerberos = ["requests-kerberos"]
3940

4041
[tool.poetry.group.dev.dependencies]
4142
pytest = "^7.1.2"

0 commit comments

Comments
 (0)