-
Notifications
You must be signed in to change notification settings - Fork 99
Commit f8ae4fb
authored
Update databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 (#712)
Updates the requirements on
[databricks-sdk](https://github.com/databricks/databricks-sdk-py) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/databricks/databricks-sdk-py/releases">databricks-sdk's
releases</a>.</em></p>
<blockquote>
<h2>v0.16.0</h2>
<ul>
<li>Sort imports in service template (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/479">#479</a>).</li>
<li>Add <code>py.typed</code> to support PEP-561 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/483">#483</a>).</li>
<li>Fixed bug in <code>@Retried</code> when exception subtypes were not
respected (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/484">#484</a>).</li>
<li>Make <code>WorkspaceClient</code> and <code>AccountClient</code>
more friendly with autospeccing (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/480">#480</a>).</li>
</ul>
<p>API Changes:</p>
<ul>
<li>Added <code>azure_workspace_info</code> field for
<code>databricks.sdk.service.provisioning.Workspace</code>.</li>
<li>Added
<code>databricks.sdk.service.provisioning.AzureWorkspaceInfo</code>
dataclass.</li>
<li>Changed <code>update_config()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>served_entities</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code> to
no longer be required.</li>
<li>Changed <code>create()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html">a.account_ip_access_lists</a>
account-level service with new required argument order.</li>
<li>Changed <code>replace()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html">a.account_ip_access_lists</a>
account-level service with new required argument order.</li>
<li>Changed <code>update()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html">a.account_ip_access_lists</a>
account-level service with new required argument order.</li>
<li>Changed <code>create()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html">w.ip_access_lists</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>replace()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html">w.ip_access_lists</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>update()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html">w.ip_access_lists</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>ip_addresses</code> field for
<code>databricks.sdk.service.settings.CreateIpAccessList</code> to no
longer be required.</li>
<li>Changed <code>ip_addresses</code> field for
<code>databricks.sdk.service.settings.ReplaceIpAccessList</code> to no
longer be required.</li>
<li>Removed <code>list_id</code> field for
<code>databricks.sdk.service.settings.ReplaceIpAccessList</code>.</li>
<li>Changed <code>enabled</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
<li>Changed <code>ip_addresses</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
<li>Changed <code>label</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
<li>Removed <code>list_id</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code>.</li>
<li>Changed <code>list_type</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
</ul>
<p>OpenAPI SHA: d3853c8dee5806d04da2ae8910f273ffb35719a5, Date:
2023-12-14</p>
</blockquote>
</details>
<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>0.16.0</h2>
<ul>
<li>Sort imports in service template (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/479">#479</a>).</li>
<li>Add <code>py.typed</code> to support PEP-561 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/483">#483</a>).</li>
<li>Fixed bug in <code>@Retried</code> when exception subtypes were not
respected (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/484">#484</a>).</li>
<li>Make <code>WorkspaceClient</code> and <code>AccountClient</code>
more friendly with autospeccing (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/480">#480</a>).</li>
</ul>
<p>API Changes:</p>
<ul>
<li>Added <code>azure_workspace_info</code> field for
<code>databricks.sdk.service.provisioning.Workspace</code>.</li>
<li>Added
<code>databricks.sdk.service.provisioning.AzureWorkspaceInfo</code>
dataclass.</li>
<li>Changed <code>update_config()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>served_entities</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code> to
no longer be required.</li>
<li>Changed <code>create()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html">a.account_ip_access_lists</a>
account-level service with new required argument order.</li>
<li>Changed <code>replace()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html">a.account_ip_access_lists</a>
account-level service with new required argument order.</li>
<li>Changed <code>update()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html">a.account_ip_access_lists</a>
account-level service with new required argument order.</li>
<li>Changed <code>create()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html">w.ip_access_lists</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>replace()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html">w.ip_access_lists</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>update()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html">w.ip_access_lists</a>
workspace-level service with new required argument order.</li>
<li>Changed <code>ip_addresses</code> field for
<code>databricks.sdk.service.settings.CreateIpAccessList</code> to no
longer be required.</li>
<li>Changed <code>ip_addresses</code> field for
<code>databricks.sdk.service.settings.ReplaceIpAccessList</code> to no
longer be required.</li>
<li>Removed <code>list_id</code> field for
<code>databricks.sdk.service.settings.ReplaceIpAccessList</code>.</li>
<li>Changed <code>enabled</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
<li>Changed <code>ip_addresses</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
<li>Changed <code>label</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
<li>Removed <code>list_id</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code>.</li>
<li>Changed <code>list_type</code> field for
<code>databricks.sdk.service.settings.UpdateIpAccessList</code> to no
longer be required.</li>
</ul>
<p>OpenAPI SHA: d3853c8dee5806d04da2ae8910f273ffb35719a5, Date:
2023-12-14</p>
<h2>0.15.0</h2>
<p>Bugfixes:</p>
<ul>
<li>Fixed accidental rename (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/471">#471</a>).</li>
<li>Fixed parsing of ISO date strings (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/473">#473</a>).</li>
</ul>
<p>Other changes:</p>
<ul>
<li>Updated GCP OAuth Readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/464">#464</a>).</li>
<li>Reference Documentation Refactoring (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/467">#467</a>).</li>
<li>Installed local library when generating docs (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/469">#469</a>).</li>
<li>Fixed readme links in pypi (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/472">#472</a>).</li>
<li>Updated a note for installing Python SDK on Databricks Runtime 13.1+
(<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/474">#474</a>).</li>
<li>Updated GCP auth readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/470">#470</a>).</li>
</ul>
<p>API Changes:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/76a1933aece74e98857128c37950bc4fd3f659d9"><code>76a1933</code></a>
Release v0.16.0 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/485">#485</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/1fd3b9e3d022795fd12ee1416a770be28b229b47"><code>1fd3b9e</code></a>
Make <code>WorkspaceClient</code> and <code>AccountClient</code> more
friendly with autospeccing (#...</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/02bbf0c23d2de979315ce7cfdeaecfc531422cb9"><code>02bbf0c</code></a>
Fixed bug in <code>@Retried</code> when exception subtypes were not
respected (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/484">#484</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/3a8b042436629ec844f1229e4e5f3f5497ce6728"><code>3a8b042</code></a>
Add <code>py.typed</code> to support PEP-561 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/483">#483</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/1ad9a12e6043c65da53c73cd42ab68686c8e6e15"><code>1ad9a12</code></a>
Sort imports in service template (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/479">#479</a>)</li>
<li>See full diff in <a
href="https://github.com/databricks/databricks-sdk-py/compare/v0.15.0...v0.16.0">compare
view</a></li>
</ul>
</details>
<br />
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a64e16e commit f8ae4fbCopy full SHA for f8ae4fb
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments