Skip to content

Commit

Permalink
Bump databricks-sdk from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.8.0 to 0.9.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.8.0...v0.9.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 Sep 26, 2023
1 parent 245d66e commit 124d812
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 @@ -98,7 +98,7 @@
]

extra_deps['databricks'] = [
'databricks-sdk==0.8.0',
'databricks-sdk==0.9.0',
]

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

0 comments on commit 124d812

Please sign in to comment.