Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

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

Release notes

Sourced from databricks-sdk's releases.

v0.76.0

Release v0.76.0

New Features and Improvements

  • Add support for unified hosts with experimental flag
Changelog

Sourced from databricks-sdk's changelog.

Release v0.76.0 (2025-12-17)

New Features and Improvements

  • Add support for unified hosts with experimental flag

Release v0.75.0 (2025-12-17)

API Changes

  • Add databricks.sdk.service.postgres package.
  • Add w.postgres workspace-level service.
  • Add apply_environment() method for w.pipelines workspace-level service.
  • Add effective_usage_policy_id and usage_policy_id fields for databricks.sdk.service.apps.App.
  • Add external_access_enabled field for databricks.sdk.service.catalog.CreateAccountsMetastore.
  • Add external_access_enabled field for databricks.sdk.service.catalog.CreateMetastore.
  • Add external_access_enabled field for databricks.sdk.service.catalog.UpdateAccountsMetastore.
  • Add external_access_enabled field for databricks.sdk.service.catalog.UpdateMetastore.
  • Add usage_policy_id field for databricks.sdk.service.ml.OnlineStore.
  • Add error_message field for databricks.sdk.service.settings.CustomerFacingNetworkConnectivityConfigAwsPrivateEndpointRule.
  • Add error_message field for databricks.sdk.service.settings.NccAzurePrivateEndpointRule.
  • Add control_plane_connection_failure and control_plane_connection_failure_due_to_misconfig enum values for databricks.sdk.service.compute.TerminationReasonCode.
  • Add control_plane_connection_failure and control_plane_connection_failure_due_to_misconfig enum values for databricks.sdk.service.sql.TerminationReasonCode.

Release v0.74.0 (2025-12-10)

New Features and Improvements

  • Add new auth type (runtime-oauth) for notebooks: Introduce a new authentication mechanism that allows notebooks to authenticate using OAuth tokens

Bug Fixes

  • Fixed an issue where download from Shared Volumes could fail by falling back to Files API whenever Presigned URLs are not available.

API Changes

  • Add create_space() and update_space() methods for w.genie workspace-level service.
  • Add create_kafka_config(), delete_kafka_config(), get_kafka_config(), list_kafka_configs() and update_kafka_config() methods for w.feature_engineering workspace-level service.
  • Add delete_online_table() method for w.feature_store workspace-level service.
  • Add retrieve_user_visible_metrics() method for w.vector_search_endpoints workspace-level service.
  • Add major_version field for databricks.sdk.service.billing.CreateBillingUsageDashboardRequest.
  • Add include_serialized_space field for databricks.sdk.service.dashboards.GenieGetSpaceRequest.
  • Add serialized_space field for databricks.sdk.service.dashboards.GenieSpace.
  • Add purpose field for databricks.sdk.service.dashboards.TextAttachment.
  • Add budget_policy_id field for databricks.sdk.service.database.NewPipelineSpec.
  • Add model field for databricks.sdk.service.jobs.TriggerSettings.
  • Add kafka_source field for databricks.sdk.service.ml.DataSource.
  • Add connection_parameters field for databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition.
  • Add ingest_from_uc_foreign_catalog field for databricks.sdk.service.pipelines.IngestionPipelineDefinition.
  • Add rewind_spec field for databricks.sdk.service.pipelines.StartUpdate.
  • Add type_text field for databricks.sdk.service.vectorsearch.ColumnInfo.
  • Add foreign_catalog enum value for databricks.sdk.service.pipelines.IngestionSourceType.

... (truncated)

Commits
  • d3a87f9 [Release] Release v0.76.0
  • c48681c [Feature] Add support for Unified Host with experimental flag (#1135)
  • 37611d6 [Release] Release v0.75.0
  • ab14d0b Update SDK API to a1de26b2be2481356d2b89b9fef406ea953e57ed (#1156)
  • 18b963e Add Postgres Package to the Docs Generator (#1155)
  • 66f8e44 [Release] Release v0.74.0
  • 76749df Update SDK API to e1ea3f5ba0bc5b53be94f56535a67ba701a52a52 (#1151)
  • 0bd7d5c [Internal] Remove Check Creation From SDK Workflow (#1137)
  • 24cd018 [Internal] Migrate to Checks API for integration tests (#1130)
  • ad941ec Update sdk to latest API specifications (#1120)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
databricks-sdk [>= 0.25.a, < 0.26]

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

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.58.0...v0.76.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 18, 2025 15:08
@dependabot dependabot bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Dec 18, 2025
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.

1 participant