Skip to content

Commit

Permalink
Update databricks-sdk requirement from ~=0.10.0 to ~=0.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [databricks-sdk](https://github.com/databricks/databricks-sdk-py) to permit the latest version.
- [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.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent a810f49 commit fd7cdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["databricks-sdk~=0.10.0"]
dependencies = ["databricks-sdk~=0.11.0"]

[project.urls]
Documentation = "https://github.com/databrickslabs/databricks-labs-lsql#readme"
Expand Down

0 comments on commit fd7cdfb

Please sign in to comment.