Skip to content

chore(deps): update databricks-sdk requirement from <1.0.0,>=0.81.0 to >=0.117.0,<1.0.0#51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/databricks-sdk-gte-0.117.0-and-lt-1.0.0
Closed

chore(deps): update databricks-sdk requirement from <1.0.0,>=0.81.0 to >=0.117.0,<1.0.0#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/databricks-sdk-gte-0.117.0-and-lt-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Updates the requirements on databricks-sdk to permit the latest version.

Changelog

Sourced from databricks-sdk's changelog.

Release v0.117.0 (2026-06-11)

API Changes

  • Add type_overrides field for databricks.sdk.service.database.SyncedTableSpec.
  • Add type_overrides field for databricks.sdk.service.postgres.SyncedTableSyncedTableSpec.
  • Change resource_id field for databricks.sdk.service.bundledeployments.Operation to no longer be required.
  • [Breaking] Change resource_id field for databricks.sdk.service.bundledeployments.Operation to no longer be required.

Bug Fixes

  • Cache tokens minted by DatabricksOidcTokenSource (Workload Identity Federation / account-wide token federation). Previously a fresh /oidc/v1/token exchange was performed on every authenticated API call, adding latency, amplifying transient federation-policy errors, and hitting OIDC token-endpoint rate limits. The token source now reuses the cached token until it is stale or expired, fetching a fresh ID token on each refresh to support rotation.
  • Make WorkspaceClient.dbutils lazy (functools.cached_property). The constructor no longer imports databricks.sdk.runtime eagerly, so on Spark Connect (shared-access-mode) clusters, consumers that never read .dbutils — such as dbt-databricks Python models — no longer crash with CONTEXT_UNAVAILABLE_FOR_REMOTE_CLIENT during client construction.
  • Fall back to the remote runtime implementation when the legacy user namespace cannot be materialized. On Spark Connect runtimes (e.g. shared-access-mode clusters), importing databricks.sdk.runtime — which happens when constructing a WorkspaceClient on such a cluster — tried to build a legacy SparkContext and raised CONTEXT_UNAVAILABLE_FOR_REMOTE_CLIENT at import time. It now logs a warning and falls back to the Spark Connect-compatible remote implementation instead of crashing.

Internal Changes

  • Declare urllib3 as an explicit dependency. The SDK imports it directly; previously it was only available transitively through requests. No resolution change for users.

Release v0.116.0 (2026-06-10)

API Changes

  • Add databricks.sdk.service.aisearch and databricks.sdk.service.bundledeployments packages.
  • Add w.ai_search workspace-level service.
  • Add w.bundle_deployments workspace-level service.
  • Add running_instances field for databricks.sdk.service.apps.ApplicationStatus.
  • Add custom_max_retention_hours field for databricks.sdk.service.catalog.CatalogInfo.
  • Add environment_settings field for databricks.sdk.service.catalog.ConnectionInfo.
  • Add custom_max_retention_hours field for databricks.sdk.service.catalog.CreateCatalog.
  • Add environment_settings field for databricks.sdk.service.catalog.CreateConnection.
  • Add custom_max_retention_hours field for databricks.sdk.service.catalog.CreateSchema.
  • Add custom_max_retention_hours field for databricks.sdk.service.catalog.SchemaInfo.
  • Add custom_max_retention_hours field for databricks.sdk.service.catalog.UpdateCatalog.

... (truncated)

Commits
  • 8de8d38 Release databricks-sdk-py v0.117.0 (#1472)
  • 8d80062 Fall back to remote runtime on Spark Connect when the legacy namespace is una...
  • d01f89a Make WorkspaceClient.dbutils lazy via cached_property (#1470)
  • c05cc6f Cache tokens minted by DatabricksOidcTokenSource (#1460)
  • 528878e [Release] Release v0.116.0
  • 1399208 Update SDK API to 55d22d7e7879e6be815cfe8e3e4cf7130f822c94 (#1471)
  • 9744f91 Update SDK API to 805d88b51faa37301c51d1848da2db5a2e6ed921 (#1466)
  • c897178 [Release] Release v0.115.0
  • fef9b73 Fix error tracker URL to point to the Python SDK repo (#1462)
  • d18e039 Honor AI_AGENT and pass raw values through (#1454)
  • Additional commits viewable in compare view

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 commands and options

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)

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.81.0...v0.117.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Author

Superseded by #56.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot dependabot Bot deleted the dependabot/pip/databricks-sdk-gte-0.117.0-and-lt-1.0.0 branch June 22, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants