Skip to content

Commit

Permalink
Bump databricks-sdk from 0.24.0 to 0.25.1 (#3190)
Browse files Browse the repository at this point in the history
Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.24.0 to 0.25.1.
- [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.24.0...v0.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 05e568b commit b8f2c3a
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 @@ -227,7 +227,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.24.0']
extra_deps['databricks'] = ['databricks-sdk==0.25.1']

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

Expand Down

0 comments on commit b8f2c3a

Please sign in to comment.