File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.9.x (Unreleased)
4
4
5
+ ## 2.9.2 (2023-08-17)
6
+
5
7
- Other: Add ` examples/v3_retries_query_execute.py `
6
8
- Other: suppress log message when ` _enable_v3_retries ` is not ` True `
7
9
- Other: make this connector backwards compatible with ` urllib3>=1.0.0 `
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 2.9.1 "
3
+ version = " 2.9.2 "
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [
" Databricks <[email protected] >" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def __repr__(self):
28
28
DATE = DBAPITypeObject ("date" )
29
29
ROWID = DBAPITypeObject ()
30
30
31
- __version__ = "2.9.1 "
31
+ __version__ = "2.9.2 "
32
32
USER_AGENT_NAME = "PyDatabricksSqlConnector"
33
33
34
34
# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments