Skip to content

Commit

Permalink
Bump databricks-sdk from 0.31.1 to 0.32.0 (#3608)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 7dfd4d3 commit baaeeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ def package_files(prefix: str, directory: str, extension: str):

extra_deps['mlflow'] = [
'mlflow>=2.14.1,<3.0',
'databricks-sdk==0.31.1',
'databricks-sdk==0.32.0',
'pynvml>=11.5.0,<12',
]

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

extra_deps['databricks'] = ['databricks-sdk==0.31.1']
extra_deps['databricks'] = ['databricks-sdk==0.32.0']

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

Expand Down

0 comments on commit baaeeef

Please sign in to comment.