Skip to content

Commit ce0bffe

Browse files
Bump databricks-sdk from 0.30.0 to 0.31.1 (#3592)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e477eb8 commit ce0bffe

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
@@ -224,13 +224,13 @@ def package_files(prefix: str, directory: str, extension: str):
224224

225225
extra_deps['mlflow'] = [
226226
'mlflow>=2.14.1,<3.0',
227-
'databricks-sdk==0.30.0',
227+
'databricks-sdk==0.31.1',
228228
'pynvml>=11.5.0,<12',
229229
]
230230

231231
extra_deps['pandas'] = ['pandas>=2.0.0,<3.0']
232232

233-
extra_deps['databricks'] = ['databricks-sdk==0.30.0']
233+
extra_deps['databricks'] = ['databricks-sdk==0.31.1']
234234

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

0 commit comments

Comments
 (0)