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 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+ -
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sqlalchemy"
3- version = " 2.0.2 "
3+ version = " 2.0.3 "
44description = " Databricks SQLAlchemy plugin for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
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 = " >=2.0.21" }
1516
1617[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments