Commit 6307f90
authored
## Summary
Raises the `databricks-sdk` upper bound to `<0.118.0` so installs pick
up `databricks-sdk` 0.117.0, which fixes `WorkspaceClient` construction
crashing with `CONTEXT_UNAVAILABLE_FOR_REMOTE_CLIENT` on Spark Connect
(shared-access-mode) clusters. Closes #1252.
## What changed
- `pyproject.toml`: `databricks-sdk` ceiling `<0.105.0` → `<0.118.0`.
- `uv.lock`: refreshed — `databricks-sdk` 0.104.0 → 0.117.0 (and its new
`urllib3` dependency).
## How is this tested?
- Unit suite: `1182 passed, 6 skipped` against `databricks-sdk` 0.117.0.
- Functional: a Python-model test on a UC cluster (`TestPythonModel`)
passes against 0.117.0 — exercises the SDK job/command-submission
path.Reproduced the fix directly: `WorkspaceClient` construction crashes
on 0.104.0 and succeeds on 0.117.0.
1 parent a1a882e commit 6307f90
3 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments