Skip to content

Commit

Permalink
Update databricks-sdk requirement from <0.40,>=0.39 to >=0.39,<0.41
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.39.0...v0.40.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 938e4c5 commit 1784a44
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 @@ -44,7 +44,7 @@ classifiers = [
"Topic :: Utilities",
]

dependencies = ["databricks-sdk>=0.39,<0.40",
dependencies = ["databricks-sdk>=0.39,<0.41",
"databricks-labs-lsql>=0.14.0,<0.15",
"databricks-labs-blueprint>=0.9.1,<0.10",
"PyYAML>=6.0.0,<7.0.0",
Expand Down

0 comments on commit 1784a44

Please sign in to comment.