Skip to content

Commit

Permalink
Bump databricks-sdk from 0.28.0 to 0.29.0 (mosaicml#3456)
Browse files Browse the repository at this point in the history
Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/databricks/databricks-sdk-py/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-py@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 55490ec commit e08dba0
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 @@ -224,13 +224,13 @@ def package_files(prefix: str, directory: str, extension: str):

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

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

extra_deps['databricks'] = ['databricks-sdk==0.28.0']
extra_deps['databricks'] = ['databricks-sdk==0.29.0']

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

Expand Down

0 comments on commit e08dba0

Please sign in to comment.