File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ # 4.2.3 (2025-12-18)
4+ - added pandas < 2.4.0 support and tests for py 3.14 (databricks/databricks-sql-python #720 by @sreekanth-db )
5+ - pandas 2.3.3 support for py < 3.14 (databricks/databricks-sql-python #721 by @sreekanth-db )
6+
37# 4.2.2 (2025-12-01)
48- Change default use_hybrid_disposition to False (databricks/databricks-sql-python #714 by @samikshya-db )
59- Circuit breaker changes using pybreaker (databricks/databricks-sql-python #705 by @nikhilsuri-db )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.2.2 "
3+ version = " 4.2.3 "
44description = " Databricks SQL Connector for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def __repr__(self):
7171DATE = DBAPITypeObject ("date" )
7272ROWID = DBAPITypeObject ()
7373
74- __version__ = "4.2.2 "
74+ __version__ = "4.2.3 "
7575USER_AGENT_NAME = "PyDatabricksSqlConnector"
7676
7777# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments