Skip to content

Bump databricks-sdk from 0.12.0 to 0.89.0#619

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/databricks-sdk-0.89.0
Open

Bump databricks-sdk from 0.12.0 to 0.89.0#619
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/databricks-sdk-0.89.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps databricks-sdk from 0.12.0 to 0.89.0.

Release notes

Sourced from databricks-sdk's releases.

v0.89.0

Release v0.89.0

New Features and Improvements

  • Remove cloud type restrictions from Azure/GCP credential providers. Azure and GCP authentication now works with any Databricks host when credentials are properly configured,enabling authentication against cloud-agnostic endpoints such as aliased hosts.

v0.88.0

Release v0.88.0

New Features and Improvements

  • FilesExt retry logic now respects a retry count limit in addition to the time-based timeout. Operations will stop retrying when either the retry count (experimental_files_ext_cloud_api_max_retries, default: 3) or timeout (retry_timeout_seconds) is exceeded, whichever comes first. This provides faster feedback when APIs are consistently unavailable.

Bug Fixes

  • FilesExt no longer retries on 500 (Internal Server Error) responses. These errors now fail immediately or fallback to alternative upload methods as appropriate.

API Changes

  • Deprecated WorkspaceClient.serving_endpoints.get_open_ai_client() and WorkspaceClient.serving_endpoints.get_langchain_chat_open_ai_client() methods in favor of dedicated packages. Users should migrate to databricks-openai (using DatabricksOpenAI) and databricks-langchain (using ChatDatabricks) respectively (#1238).

v0.87.0

Release v0.87.0

Bug Fixes

  • Fixed Databricks M2M OAuth to correctly use Databricks OIDC endpoints instead of incorrectly using Azure endpoints when ARM_CLIENT_ID is set. Added new databricks_oidc_endpoints property that returns only Databricks OIDC endpoints, and updated all Databricks OAuth flows to use it. The old oidc_endpoints property is deprecated but maintained for backward compatibility.

v0.86.0

Release v0.86.0

New Features and Improvements

  • Added custom_headers parameter to WorkspaceClient and AccountClient to support custom HTTP headers in all API requests (#1245).

API Changes

  • Add id field for databricks.sdk.service.sharing.CreateRecipient.
  • Add id field for databricks.sdk.service.sharing.RecipientInfo.
  • Add id field for databricks.sdk.service.sharing.UpdateRecipient.
  • Add query_tags field for databricks.sdk.service.sql.ExecuteStatementRequest.
  • Add query_tags field for databricks.sdk.service.sql.QueryInfo.
  • Add uc_volume_misconfigured enum value for databricks.sdk.service.compute.EventType.
  • Add filters field for databricks.sdk.service.jobs.DashboardTask.
  • Add ssws_token enum value for databricks.sdk.service.catalog.CredentialType.

v0.85.0

Release v0.85.0

API Changes

  • [Breaking] Change username field for databricks.sdk.service.iamv2.User to no longer be required.

v0.84.0

... (truncated)

Changelog

Sourced from databricks-sdk's changelog.

Release v0.89.0 (2026-02-17)

New Features and Improvements

  • Remove cloud type restrictions from Azure/GCP credential providers. Azure and GCP authentication now works with any Databricks host when credentials are properly configured,enabling authentication against cloud-agnostic endpoints such as aliased hosts.

Release v0.88.0 (2026-02-12)

New Features and Improvements

  • FilesExt retry logic now respects a retry count limit in addition to the time-based timeout. Operations will stop retrying when either the retry count (experimental_files_ext_cloud_api_max_retries, default: 3) or timeout (retry_timeout_seconds) is exceeded, whichever comes first. This provides faster feedback when APIs are consistently unavailable.

Bug Fixes

  • FilesExt no longer retries on 500 (Internal Server Error) responses. These errors now fail immediately or fallback to alternative upload methods as appropriate.

API Changes

  • Deprecated WorkspaceClient.serving_endpoints.get_open_ai_client() and WorkspaceClient.serving_endpoints.get_langchain_chat_open_ai_client() methods in favor of dedicated packages. Users should migrate to databricks-openai (using DatabricksOpenAI) and databricks-langchain (using ChatDatabricks) respectively (#1238).

Release v0.87.0 (2026-02-11)

Bug Fixes

  • Fixed Databricks M2M OAuth to correctly use Databricks OIDC endpoints instead of incorrectly using Azure endpoints when ARM_CLIENT_ID is set. Added new databricks_oidc_endpoints property that returns only Databricks OIDC endpoints, and updated all Databricks OAuth flows to use it. The old oidc_endpoints property is deprecated but maintained for backward compatibility.

Release v0.86.0 (2026-02-10)

New Features and Improvements

  • Added custom_headers parameter to WorkspaceClient and AccountClient to support custom HTTP headers in all API requests (#1245).

API Changes

  • Add id field for databricks.sdk.service.sharing.CreateRecipient.
  • Add id field for databricks.sdk.service.sharing.RecipientInfo.
  • Add id field for databricks.sdk.service.sharing.UpdateRecipient.
  • Add query_tags field for databricks.sdk.service.sql.ExecuteStatementRequest.
  • Add query_tags field for databricks.sdk.service.sql.QueryInfo.
  • Add uc_volume_misconfigured enum value for databricks.sdk.service.compute.EventType.
  • Add filters field for databricks.sdk.service.jobs.DashboardTask.
  • Add ssws_token enum value for databricks.sdk.service.catalog.CredentialType.

Release v0.85.0 (2026-02-05)

API Changes

  • [Breaking] Change username field for databricks.sdk.service.iamv2.User to no longer be required.

Release v0.84.0 (2026-02-04)

... (truncated)

Commits
  • ab96c2a [Release] Release v0.89.0
  • 30ab94c Remove Cloud specific checks from the Python SDK (#1257)
  • 00c99bb [Release] Release v0.88.0
  • 536d45c Deprecate WorkspaceClient().serving_endpoints.get_open_ai_client() and Worksp...
  • 50a5b40 update FilesExt retry logic (#1211)
  • c284b9c [Release] Release v0.87.0
  • b6f4771 Fix OIDC endpoints detection in Databricks M2M (#1255)
  • a0b7590 [Release] Release v0.86.0
  • 7302a69 Update SDK API to feec817b52acdcce1feec9cceeef0862e270f242 (#1251)
  • 801e757 Update SDK API to 539df954f01ca41273fbe025ced73b4b6a8fda7e (#1250)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.12.0 to 0.89.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.12.0...v0.89.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 17, 2026 15:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2026
@dependabot dependabot bot requested a review from fjakobs February 17, 2026 15:07
@dependabot dependabot bot added the python Pull requests that update Python code label Feb 17, 2026
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants