Skip to content

Commit 5fb804f

Browse files
Bump databricks-connect from 15.4.25 to 16.1.7 (#278)
Bumps databricks-connect from 15.4.25 to 16.1.7. > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Snare <andrew.snare@databricks.com>
1 parent ed92341 commit 5fb804f

2 files changed

Lines changed: 1089 additions & 863 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ path = "src/databricks/labs/pytester/__about__.py"
7070
dev = [
7171
{ include-group = "lint" },
7272
{ include-group = "test" },
73-
"databricks-connect~=15.4.3",
73+
# The DBR we test against must be higher than the databricks-connect version.
74+
"databricks-connect~=16.1.7; python_version < '3.12'",
75+
"databricks-connect~=17.3.11; python_version >= '3.12'",
7476
]
7577
lint = [
7678
"black~=24.3.0",

0 commit comments

Comments
 (0)