Skip to content

Commit 1019a5c

Browse files
committed
Bumped up to 1.0.4 and added pyarrow in pyproject.toml
1 parent 7475f28 commit 1019a5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
# 1.0.3
3+
# 1.0.4
44

55
- All the SQLAlchemy features from `databricks-sql-connector>=4.0.0` have been moved to this `databricks-sqlalchemy` library
66
- Support for SQLAlchemy v1 dialect is provided

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-sqlalchemy"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"
@@ -11,6 +11,7 @@ include = ["CHANGELOG.md"]
1111
[tool.poetry.dependencies]
1212
python = "^3.8.0"
1313
databricks_sql_connector = { version = "==4.0.0.b4"}
14+
pyarrow = { version = ">=14.0.1,<17"}
1415
sqlalchemy = { version = "^1.3.24" }
1516

1617
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)