Skip to content

Commit

Permalink
Bump databricks-sdk from 0.25.1 to 0.27.0 (mosaicml#3257)
Browse files Browse the repository at this point in the history
Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.25.1 to 0.27.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.25.1...v0.27.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 May 6, 2024
1 parent 366918e commit 5a739b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def package_files(prefix: str, directory: str, extension: str):

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

extra_deps['databricks'] = ['databricks-sdk==0.25.1']
extra_deps['databricks'] = ['databricks-sdk==0.27.0']

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

Expand Down

0 comments on commit 5a739b7

Please sign in to comment.