databricks-sqlalchemy 1.0.1__tar.gz → 1.0.3__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.
@@ -0,0 +1,6 @@
1
+ # Release History
2
+
3
+ # 1.0.3
4
+
5
+ - All the SQLAlchemy features from `databricks-sql-connector>=4.0.0` have been moved to this `databricks-sqlalchemy` library
6
+ - Support for SQLAlchemy v1 dialect is provided
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: databricks-sqlalchemy
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: Databricks SQLAlchemy plugin for Python
5
5
  License: Apache-2.0
6
6
  Author: Databricks
@@ -13,7 +13,7 @@ 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)
16
+ Requires-Dist: databricks_sql_connector (==4.0.0.b4)
17
17
  Requires-Dist: sqlalchemy (>=1.3.24,<2.0.0)
18
18
  Project-URL: Bug Tracker, https://github.com/databricks/databricks-sqlalchemy/issues
19
19
  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.3"
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,7 @@ 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"}
13
+ databricks_sql_connector = { version = "==4.0.0.b4"}
14
14
  sqlalchemy = { version = "^1.3.24" }
15
15
 
16
16
  [tool.poetry.dev-dependencies]
@@ -1,5 +0,0 @@
1
- # Release History
2
-
3
- # 1.0.1
4
-
5
- - This is databricks-sqlalchemy plugin based on sqlalchemy v1 and has all the databricks-sql-python v2.9.6 needed sqlalchemy features