Skip to content

Commit fef6428

Browse files
authored
Added pyarrow in the pyproject.toml file (#7)
1 parent bf2a050 commit fef6428

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

3-
# 2.0.2
3+
# 2.0.3
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 v2 dialect is provided
7+
-

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 = "2.0.2"
3+
version = "2.0.3"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
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 = ">=2.0.21" }
1516

1617
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)