We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5514ba6 commit 9f57279Copy full SHA for 9f57279
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+# 2.0.6 (2025-04-29)
4
+
5
+- Relaxed pin for `pyarrow` (databricks/databricks-sqlalchemy#20 by @dhirschfeld)
6
7
# 2.0.5 (2025-02-22)
8
9
- Added support for double column types (databricks/databricks-sqlalchemy#19 by @up-stevesloan)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sqlalchemy"
-version = "2.0.5"
+version = "2.0.6"
description = "Databricks SQLAlchemy plugin for Python"
authors = ["Databricks <[email protected]>"]
license = "Apache-2.0"
0 commit comments