Commit b1bfd5c
chore(python-deps): bump databricks-sdk from 0.108.0 to 0.112.0 (#5967)
Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py)
from 0.108.0 to 0.112.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md">databricks-sdk's
changelog</a>.</em></p>
<blockquote>
<h2>Release v0.112.0 (2026-05-27)</h2>
<h3>Internal Changes</h3>
<ul>
<li>Switch the formatter and linter from black/isort/autoflake to ruff
(format + lint), aligning the SDK formatter with Databricks' internal
Python formatting guidelines in preparation for moving the source of
truth to a separate internal repository. <code>make fmt</code> now runs
<code>ruff format</code> + <code>ruff check --fix-only</code>;
<code>make lint</code> runs <code>ruff check</code> and <code>ruff
format --check</code> across <code>databricks</code> and
<code>tests</code>. No behavioral changes to the published SDK.</li>
</ul>
<h2>Release v0.111.0 (2026-05-25)</h2>
<h3>API Changes</h3>
<ul>
<li>Add <code>databricks.sdk.service.bundle</code> package.</li>
<li>Add <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/bundle/bundle.html">w.bundle</a>
workspace-level service.</li>
<li>Add <code>revert()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dashboards/lakeview.html">w.lakeview</a>
workspace-level service.</li>
<li>Add <code>undelete_branch()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/postgres/postgres.html">w.postgres</a>
workspace-level service.</li>
<li>Add <code>parent_path</code> field for
<code>databricks.sdk.service.dashboards.GenieUpdateSpaceRequest</code>.</li>
<li>Add <code>attributes</code> and <code>excluded_attributes</code>
fields for <code>databricks.sdk.service.iam.MeRequest</code>.</li>
<li>Add <code>include_trigger_state</code> field for
<code>databricks.sdk.service.jobs.GetJobRequest</code>.</li>
<li>Add <code>mtls_config</code> field for
<code>databricks.sdk.service.ml.AuthConfig</code>.</li>
<li>Add <code>delete_time</code> and <code>purge_time</code> fields for
<code>databricks.sdk.service.postgres.BranchStatus</code>.</li>
<li>Add <code>purge</code> field for
<code>databricks.sdk.service.postgres.DeleteBranchRequest</code>.</li>
<li>Add <code>show_deleted</code> field for
<code>databricks.sdk.service.postgres.ListBranchesRequest</code>.</li>
<li>Add <code>deleted</code> enum value for
<code>databricks.sdk.service.postgres.BranchStatusState</code>.</li>
<li>[Breaking] Change <code>tags</code> field for
<code>databricks.sdk.service.marketplace.ListListingsRequest</code> to
type <code>databricks.sdk.service.marketplace.ListingTag</code>
dataclass.</li>
<li>[Breaking] Change pagination for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/compute/clusters.html#databricks.sdk.service.compute.ClustersAPI.events">ClustersAPI.events</a>
method.</li>
<li>Add <code>compute_max_instances</code> and
<code>compute_min_instances</code> fields for
<code>databricks.sdk.service.apps.App</code>.</li>
<li>Add <code>compute_max_instances</code> and
<code>compute_min_instances</code> fields for
<code>databricks.sdk.service.apps.AppUpdate</code>.</li>
<li>Add <code>cron_schedule_trigger</code>, <code>streaming_mode</code>
and <code>table_trigger</code> fields for
<code>databricks.sdk.service.ml.MaterializedFeature</code>.</li>
<li>Add <code>synced_table_id</code> field for
<code>databricks.sdk.service.postgres.SyncedTableSyncedTableStatus</code>.</li>
</ul>
<h2>Release v0.110.0 (2026-05-19)</h2>
<h3>API Changes</h3>
<ul>
<li>Add <code>full_refresh_selection</code>,
<code>refresh_flow_selection</code>, <code>refresh_selection</code> and
<code>reset_checkpoint_selection</code> fields for
<code>databricks.sdk.service.jobs.PipelineParams</code>.</li>
<li>Add <code>full_refresh_selection</code>,
<code>refresh_flow_selection</code>, <code>refresh_selection</code> and
<code>reset_checkpoint_selection</code> fields for
<code>databricks.sdk.service.jobs.PipelineTask</code>.</li>
<li>Add <code>effective_operational_email_custom_recipient</code> and
<code>operational_email_custom_recipient</code> fields for
<code>databricks.sdk.service.settingsv2.Setting</code>.</li>
</ul>
<h2>Release v0.109.0 (2026-05-18)</h2>
<h3>API Changes</h3>
<ul>
<li>Add <code>create_workspace_assignment_detail()</code>,
<code>delete_workspace_assignment_detail()</code>,
<code>get_workspace_assignment_detail()</code>,
<code>list_workspace_assignment_details()</code> and
<code>update_workspace_assignment_detail()</code> methods for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/account/iamv2/account_iam_v2.html">a.account_iam_v2</a>
account-level service.</li>
<li>Add <code>create_workspace_assignment_detail_proxy()</code>,
<code>delete_workspace_assignment_detail_proxy()</code>,
<code>get_workspace_assignment_detail_proxy()</code>,
<code>list_workspace_assignment_details_proxy()</code> and
<code>update_workspace_assignment_detail_proxy()</code> methods for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/iamv2/workspace_iam_v2.html">w.workspace_iam_v2</a>
workspace-level service.</li>
<li>Add <code>failover_group_name</code> field for
<code>databricks.sdk.service.disasterrecovery.StableUrl</code>.</li>
<li>Add <code>catalog_name</code>, <code>created_at</code>,
<code>created_by</code>, <code>name</code> and <code>schema_name</code>
fields for <code>databricks.sdk.service.ml.Feature</code>.</li>
<li>[Breaking] Add <code>catalog_name</code> and
<code>schema_name</code> fields for
<code>databricks.sdk.service.ml.ListFeaturesRequest</code>.</li>
<li>Add <code>cross_workspace_access</code> field for
<code>databricks.sdk.service.settings.CustomerFacingIngressNetworkPolicy</code>.</li>
<li>Add <code>allowed_apps_user_api_scopes</code> and
<code>effective_allowed_apps_user_api_scopes</code> fields for
<code>databricks.sdk.service.settingsv2.Setting</code>.</li>
<li>Add <code>gpu_xlarge</code> enum value for
<code>databricks.sdk.service.serving.ServedModelInputWorkloadType</code>.</li>
<li>Add <code>gpu_xlarge</code> enum value for
<code>databricks.sdk.service.serving.ServingModelWorkloadType</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/b9bac6405f10fc802b64c4ff9848057a21d682c3"><code>b9bac64</code></a>
[Release] Release v0.112.0</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/0ef5cc250ed93e71adc997137af3e0686e702ba7"><code>0ef5cc2</code></a>
Switch formatter to ruff in preparation for Universe migration (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/1443">#1443</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/10fdbccf0ae9a3bd27596d7e6157b5e258692b3b"><code>10fdbcc</code></a>
Update SDK API to 87b666fa172b01444d306112309b6109c096f98b (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/1442">#1442</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/1d1f85703e7020c1362ca66ec5d41f7a7ead7c39"><code>1d1f857</code></a>
[Release] Release v0.111.0</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/4cbcf61c022bf6101dd489cf6fe2700e53f49603"><code>4cbcf61</code></a>
Update SDK API to 581ed6f3148344f453000224ada95e0646bb6d16 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/1441">#1441</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/7f81295feca6f9c1afd69bb8a84fe9a53b890256"><code>7f81295</code></a>
Update SDK API to 0503dcda908dd1bdf9626152bcf3576996138c58 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/1440">#1440</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/27d27cf363dbb95eb90a5bde49811a36846c359b"><code>27d27cf</code></a>
Update SDK API to 993160f9786ab5532bba61a5b56c2c47c2e2b745 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/1438">#1438</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/3ddb05197d8f9a11ad3c912c51d43c3c0580cc32"><code>3ddb051</code></a>
[Release] Release v0.110.0</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/8e35c568940186c690b9e53c280ba56706405ceb"><code>8e35c56</code></a>
Update SDK API to 50a10950ac51e28984f99a85f0d4511e90d6ae94 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/1434">#1434</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/db20e3e3a8b5da934bf6658efaf401151ab8a408"><code>db20e3e</code></a>
[Release] Release v0.109.0</li>
<li>Additional commits viewable in <a
href="https://github.com/databricks/databricks-sdk-py/compare/v0.108.0...v0.112.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/ogx-ai/ogx/pull/5967"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open in Devin Review">
</picture>
</a>
<!-- devin-review-badge-end -->
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Sébastien Han <seb@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Han <seb@redhat.com>1 parent f191466 commit b1bfd5c
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments