Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

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

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 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.114.0)

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

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

dependabot Bot commented on behalf of github Jun 8, 2026

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 dependabot Bot requested a review from taran-dbx as a code owner June 8, 2026 06:17
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