From 43967d7cfe8030a152a5f6b2f3083ef43d6af247 Mon Sep 17 00:00:00 2001 From: Andrew Snare Date: Wed, 13 Nov 2024 19:09:09 +0100 Subject: [PATCH 1/4] Mark the project as depending on a release of Databricks SDK compatible with 0.31.0. We have code that depends on classes introduced in this specific release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1cc892eec..c0f7f59af8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ "Topic :: Utilities", ] -dependencies = ["databricks-sdk~=0.30", +dependencies = ["databricks-sdk~=0.31.0", "databricks-labs-lsql>=0.5,<0.14", "databricks-labs-blueprint>=0.9.1,<0.10", "PyYAML>=6.0.0,<7.0.0", From ec8094a5f13c1cd4763b10b09bc2336ef672daae Mon Sep 17 00:00:00 2001 From: Andrew Snare Date: Wed, 13 Nov 2024 19:21:05 +0100 Subject: [PATCH 2/4] Only depend on the minor. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0f7f59af8..313c86af41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ "Topic :: Utilities", ] -dependencies = ["databricks-sdk~=0.31.0", +dependencies = ["databricks-sdk~=0.31", "databricks-labs-lsql>=0.5,<0.14", "databricks-labs-blueprint>=0.9.1,<0.10", "PyYAML>=6.0.0,<7.0.0", From b31ccd211065847756e052b1dc6a8314b7e85daf Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:40:28 +0100 Subject: [PATCH 3/4] v0.37 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 313c86af41..ade56e83c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ "Topic :: Utilities", ] -dependencies = ["databricks-sdk~=0.31", +dependencies = ["databricks-sdk~=0.37", "databricks-labs-lsql>=0.5,<0.14", "databricks-labs-blueprint>=0.9.1,<0.10", "PyYAML>=6.0.0,<7.0.0", From 7c82660b7f52e996d950a94c7fd39679edfdcedf Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:42:53 +0100 Subject: [PATCH 4/4] v0.36 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ade56e83c0..ca0b1dc3c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ "Topic :: Utilities", ] -dependencies = ["databricks-sdk~=0.37", +dependencies = ["databricks-sdk~=0.36", "databricks-labs-lsql>=0.5,<0.14", "databricks-labs-blueprint>=0.9.1,<0.10", "PyYAML>=6.0.0,<7.0.0",