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

Commiteac0433

Browse files
jprakash-dbvarun-edachali-dbx
authored andcommitted
Bump version to 4.0.3 (#549)
Updated the version to 4.0.3Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent1b4154c commiteac0433

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Release History
22

3+
#4.0.3 (2025-04-22)
4+
5+
- Fix: Removed`packaging` dependency in favour of default libraries, for`urllib3` version checks (databricks/databricks-sql-python#547 by@jprakash-db)
6+
-
37
#4.0.2 (2025-04-01)
48

59
- Fix: Relaxed the pin for`python-dateutil` to be`^2.8.0` (databricks/databricks-sql-python#538 by@jprakash-db)

‎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 ="4.0.2"
3+
version ="4.0.3"
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
@@ -68,7 +68,7 @@ def __repr__(self):
6868
DATE=DBAPITypeObject("date")
6969
ROWID=DBAPITypeObject()
7070

71-
__version__="4.0.2"
71+
__version__="4.0.3"
7272
USER_AGENT_NAME="PyDatabricksSqlConnector"
7373

7474
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp