We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609bc43 commit 4ce0cdeCopy full SHA for 4ce0cde
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "databricks-sqlalchemy"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "Databricks SQLAlchemy plugin for Python"
5
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
6
license = "Apache-2.0"
@@ -10,7 +10,6 @@ include = ["CHANGELOG.md"]
10
11
[tool.poetry.dependencies]
12
python = "^3.8.0"
13
-databricks_sql_connector_core = { version = ">=4.0.0"}
14
sqlalchemy = { version = "^1.3.24" }
15
16
[tool.poetry.dev-dependencies]
0 commit comments