Skip to content

Commit

Permalink
Bump databricks-sdk from 0.14.0 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.14.0 to 0.18.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.14.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 4b8b1a5 commit 0d70453
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 @@ -110,7 +110,7 @@
]

extra_deps['databricks'] = [
'databricks-sdk==0.14.0',
'databricks-sdk==0.18.0',
]

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

0 comments on commit 0d70453

Please sign in to comment.