Skip to content

Commit

Permalink
Pin Databricks SDK to minor version (#3312)
Browse files Browse the repository at this point in the history
Pin Databricks SDK to minor version to circumvent the problems with the
[0.37.0
release](https://github.com/databricks/databricks-sdk-py/releases/tag/v0.37.0).
Will unpin later when we resolved that issues.

Waiting on solution in:
- [ ] [lsql](databrickslabs/lsql#320)
- [ ] [Databricks python
sdk](databricks/databricks-sdk-py#824)
  • Loading branch information
JCZuurmond authored Nov 18, 2024
1 parent 8d0aa5d commit 2fe66da
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.36",
dependencies = ["databricks-sdk~=0.36.0",
"databricks-labs-lsql>=0.5,<0.15",
"databricks-labs-blueprint>=0.9.1,<0.10",
"PyYAML>=6.0.0,<7.0.0",
Expand Down

0 comments on commit 2fe66da

Please sign in to comment.