File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- # 2.0.2
3
+ # 2.0.3
4
4
5
5
- All the SQLAlchemy features from ` databricks-sql-connector>=4.0.0 ` have been moved to this ` databricks-sqlalchemy ` library
6
6
- Support for SQLAlchemy v2 dialect is provided
7
+ -
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sqlalchemy"
3
- version = " 2.0.2 "
3
+ version = " 2.0.3 "
4
4
description = " Databricks SQLAlchemy plugin for Python"
5
5
authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
6
6
license = " Apache-2.0"
@@ -11,6 +11,7 @@ include = ["CHANGELOG.md"]
11
11
[tool .poetry .dependencies ]
12
12
python = " ^3.8.0"
13
13
databricks_sql_connector = { version = " ==4.0.0.b4" }
14
+ pyarrow = { version = " >=14.0.1,<17" }
14
15
sqlalchemy = { version = " >=2.0.21" }
15
16
16
17
[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments