Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59459fe

Browse files
author
Jesse
authored
Bump version to 2.4.1 (#96)
Per the sermver.org spec, updating the projects dependencies is considered a compatible change.https: //semver.org/#what-should-i-do-if-i-update-my-own-dependencies-without-changing-the-public-apiSigned-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parentd684bf8 commit59459fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
##2.4.x (Unreleased)
44

5+
##2.4.1 (2023-03-21)
6+
7+
- Less strict numpy and pyarrow dependencies
8+
- Update examples in README to use security best practices
9+
- Update docstring for client.execute() for clarity
10+
511
##2.4.0 (2023-02-21)
612

713
- Improve compatibility when installed alongside other Databricks namespace Python packages

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name ="databricks-sql-connector"
3-
version ="2.4.0"
3+
version ="2.4.1"
44
description ="Databricks SQL Connector for Python"
55
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
66
license ="Apache-2.0"

‎src/databricks/sql/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __repr__(self):
2828
DATE=DBAPITypeObject("date")
2929
ROWID=DBAPITypeObject()
3030

31-
__version__="2.4.0"
31+
__version__="2.4.1"
3232
USER_AGENT_NAME="PyDatabricksSqlConnector"
3333

3434
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp