Skip to content

Commit 4127566

Browse files
Bump databricks-sdk from 0.38.0 to 0.44.1 (#3765)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3608793 commit 4127566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ def package_files(prefix: str, directory: str, extension: str):
220220

221221
extra_deps['mlflow'] = [
222222
'mlflow>=2.14.1,<3.0',
223-
'databricks-sdk==0.38.0',
223+
'databricks-sdk==0.44.1',
224224
'pynvml>=11.5.0,<12',
225225
]
226226

227227
extra_deps['pandas'] = ['pandas>=2.0.0,<3.0']
228228

229-
extra_deps['databricks'] = ['databricks-sdk==0.38.0']
229+
extra_deps['databricks'] = ['databricks-sdk==0.44.1']
230230

231231
extra_deps['all'] = {dep for deps in extra_deps.values() for dep in deps}
232232

0 commit comments

Comments
 (0)