Skip to content

Bump databricks-sdk from 0.85.0 to 0.114.0#2476

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/databricks-sdk-0.110.0
Closed

Bump databricks-sdk from 0.85.0 to 0.114.0#2476
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/databricks-sdk-0.110.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps databricks-sdk from 0.85.0 to 0.114.0.

Release notes

Sourced from databricks-sdk's releases.

v0.114.0

No release notes provided.

v0.113.0

No release notes provided.

v0.112.0

No release notes provided.

v0.111.0

No release notes provided.

v0.110.0

No release notes provided.

v0.109.0

No release notes provided.

v0.108.0

No release notes provided.

v0.107.0

No release notes provided.

v0.106.0

No release notes provided.

v0.105.0

No release notes provided.

v0.104.0

Bug Fixes

  • Add X-Databricks-Org-Id header to WorkspaceExt.upload() and WorkspaceExt.download() for SPOG host compatibility.
  • WorkspaceClient.get_workspace_id() now returns Config.workspace_id directly when set, instead of calling /api/2.0/preview/scim/v2/Me. This removes an API round-trip on every call where the workspace ID is already known (profile, ?o= query param, env var, or host metadata) and fixes a failure on SPOG hosts where the unauthenticated probe request was rejected with Unable to load OAuth Config.
  • Add X-Databricks-Org-Id header to SharesExt.list() for SPOG host compatibility.

Internal Changes

  • Expanded AI agent detection: added Goose, Amp, Augment, Copilot (VS Code), Kiro, Windsurf. Honors the AGENT=<name> standard (resolves to a known product if the value matches one, otherwise unknown). Presence-only env var matchers now treat an empty string as "set" for parity with the Go and Java SDKs. Explicit agent env vars (e.g. CLAUDECODE, GOOSE_TERMINAL) always take precedence over the generic AGENT=<name> signal. When multiple agent env vars are present (e.g. a Cursor CLI subagent invoked from Claude Code), the user-agent reports agent/multiple.

v0.103.0

New Features and Improvements

  • Add support for unified hosts. A single configuration profile can now be used for both account-level and workspace-level operations when the host supports it and both account_id and workspace_id are available. The experimental_is_unified_host flag has been removed; unified host detection is now automatic.
  • Accept DATABRICKS_OIDC_TOKEN_FILEPATH environment variable for consistency with other Databricks SDKs (Go, CLI, Terraform). The previous DATABRICKS_OIDC_TOKEN_FILE is still supported as an alias.

Breaking Changes

  • Drop support for Python 3.8 and 3.9. The minimum supported Python version is now 3.10, in line with the oldest supported Databricks Runtime LTS (DBR 13.3).

Internal Changes

... (truncated)

Changelog

Sourced from databricks-sdk's changelog.

Release v0.114.0 (2026-06-02)

API Changes

  • Add deployment_mode field for databricks.sdk.service.bundle.Deployment.
  • Add deployment_mode field for databricks.sdk.service.bundle.Version.
  • Add collaboration_platform_connectivity and effective_collaboration_platform_connectivity fields for databricks.sdk.service.settingsv2.Setting.

Release v0.113.0 (2026-06-01)

Internal Changes

  • Switch workspace addressing header on workspace-scoped API calls from X-Databricks-Org-Id to X-Databricks-Workspace-Id. The value continues to come from Config.workspace_id (DATABRICKS_WORKSPACE_ID), and now accepts either a classic numeric workspace ID or another workspace identifier format (server disambiguates).

API Changes

  • Add create_stream(), delete_stream(), get_stream(), list_streams() and update_stream() methods for w.feature_engineering workspace-level service.
  • Add update_token_management() method for w.token_management workspace-level service.
  • Add deployment_id and version_id fields for databricks.sdk.service.jobs.JobDeployment.
  • Add parameters field for databricks.sdk.service.jobs.PipelineTask.
  • Add pipeline_task field for databricks.sdk.service.jobs.ResolvedValues.
  • Add parameters field for databricks.sdk.service.pipelines.CreatePipeline.
  • Add parameters field for databricks.sdk.service.pipelines.EditPipeline.
  • Add parameters field for databricks.sdk.service.pipelines.GetPipelineResponse.
  • Add deployment_id and version_id fields for databricks.sdk.service.pipelines.PipelineDeployment.
  • Add autoscope_enabled field for databricks.sdk.service.settings.CreateOboTokenRequest.
  • Add autoscope_enabled field for databricks.sdk.service.settings.CreateTokenRequest.
  • Add autoscope_state, backfill_scopes, inferred_scopes and scopes fields for databricks.sdk.service.settings.PublicTokenInfo.
  • Add autoscope_state, backfill_scopes, inferred_scopes and scopes fields for databricks.sdk.service.settings.TokenInfo.
  • [Breaking] Remove catalog_id field for databricks.sdk.service.postgres.CatalogCatalogStatus.
  • [Breaking] Remove synced_table_id field for databricks.sdk.service.postgres.SyncedTableSyncedTableStatus.
  • Add resource_type field for databricks.sdk.service.bundle.Operation.

Release v0.112.0 (2026-05-27)

Internal Changes

  • 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. make fmt now runs ruff format + ruff check --fix-only; make lint runs ruff check and ruff format --check across databricks and tests. No behavioral changes to the published SDK.

Release v0.111.0 (2026-05-25)

API Changes

  • Add databricks.sdk.service.bundle package.
  • Add w.bundle workspace-level service.
  • Add revert() method for w.lakeview workspace-level service.
  • Add undelete_branch() method for w.postgres workspace-level service.
  • Add parent_path field for databricks.sdk.service.dashboards.GenieUpdateSpaceRequest.
  • Add attributes and excluded_attributes fields for databricks.sdk.service.iam.MeRequest.
  • Add include_trigger_state field for databricks.sdk.service.jobs.GetJobRequest.

... (truncated)

Commits
  • bcb9b08 [Release] Release v0.114.0
  • 3fd8ac7 Update SDK API to c68a27fa9c9d838e839c584be8018eb3b68377d5 (#1458)
  • 33c22f1 [Release] Release v0.113.0
  • f6bbab9 Update SDK API to ecd4019225ea99c009d2ce2db46e8967d2047c19 (#1456)
  • 524a215 Update SDK API to 9718484d914270778e25e06040a5b3a17e19a7f7 (#1455)
  • 6235813 Detect VS Code agent via VSCODE_AGENT, remove COPILOT_MODEL heuristic (#1444)
  • 51de41f Use file-relative paths for test fixtures (#1445)
  • 1047d7b Update SDK API to e3586ea1d9b0c6df1b28f95888a425958b13b582 (#1452)
  • 64861e9 Use X-Databricks-Workspace-Id for workspace routing (#1436)
  • a830d41 Enable test_spog_workspace_google_credentials (#1450)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 22, 2026 10:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 22, 2026
@dependabot dependabot Bot changed the title Bump databricks-sdk from 0.85.0 to 0.110.0 Bump databricks-sdk from 0.85.0 to 0.114.0 Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/databricks-sdk-0.110.0 branch from cf2991e to 3541198 Compare June 2, 2026 17:15
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot Bot force-pushed the dependabot/uv/databricks-sdk-0.110.0 branch from 3541198 to dbe8c19 Compare June 2, 2026 19:14
Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.85.0 to 0.114.0.
- [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.85.0...v0.114.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-version: 0.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/databricks-sdk-0.110.0 branch from dbe8c19 to 12a7c1d Compare June 3, 2026 14:07
@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2492.

@dependabot dependabot Bot closed this Jun 3, 2026
@dependabot dependabot Bot deleted the dependabot/uv/databricks-sdk-0.110.0 branch June 3, 2026 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant