databricks-sqlalchemy 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: databricks-sqlalchemy
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Databricks SQLAlchemy plugin for Python
5
5
  License: Apache-2.0
6
6
  Author: Databricks
@@ -13,7 +13,6 @@ Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
- Requires-Dist: databricks_sql_connector_core (>=4.0.0)
17
16
  Requires-Dist: sqlalchemy (>=1.3.24,<2.0.0)
18
17
  Project-URL: Bug Tracker, https://github.com/databricks/databricks-sqlalchemy/issues
19
18
  Project-URL: Homepage, https://github.com/databricks/databricks-sqlalchemy
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "databricks-sqlalchemy"
3
- version = "1.0.1"
3
+ version = "1.0.2"
4
4
  description = "Databricks SQLAlchemy plugin for Python"
5
5
  authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
6
6
  license = "Apache-2.0"
@@ -10,7 +10,6 @@ include = ["CHANGELOG.md"]
10
10
 
11
11
  [tool.poetry.dependencies]
12
12
  python = "^3.8.0"
13
- databricks_sql_connector_core = { version = ">=4.0.0"}
14
13
  sqlalchemy = { version = "^1.3.24" }
15
14
 
16
15
  [tool.poetry.dev-dependencies]