File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sqlalchemy"
3- version = " 1.0.3 "
3+ version = " 1.0.4 "
44description = " Databricks SQLAlchemy plugin for Python"
55authors = [
" Databricks <[email protected] >" ]
66license = " Apache-2.0"
@@ -11,6 +11,7 @@ include = ["CHANGELOG.md"]
1111[tool .poetry .dependencies ]
1212python = " ^3.8.0"
1313databricks_sql_connector = { version = " ==4.0.0.b4" }
14+ pyarrow = { version = " >=14.0.1,<17" }
1415sqlalchemy = { version = " ^1.3.24" }
1516
1617[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments