Skip to content

Commit 4ce0cde

Browse files
committed
Version changed to 1.0.2
1 parent 609bc43 commit 4ce0cde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sqlalchemy"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"
@@ -10,7 +10,6 @@ include = ["CHANGELOG.md"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.8.0"
13-
databricks_sql_connector_core = { version = ">=4.0.0"}
1413
sqlalchemy = { version = "^1.3.24" }
1514

1615
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)