Skip to content

Update databricks-sdk requirement from <0.54.0,>=0.44.0 to >=0.44.0,<0.57.0 #4052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2025

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

Changelog

Sourced from databricks-sdk's changelog.

Release v0.56.0

API Changes

  • Added databricks.sdk.service.aibuilder, databricks.sdk.service.database and databricks.sdk.service.qualitymonitorv2 packages.
  • Added w.custom_llms workspace-level service.
  • Added w.dashboard_email_subscriptions workspace-level service and w.sql_results_download workspace-level service.
  • Added w.database workspace-level service.
  • Added w.quality_monitor_v2 workspace-level service.
  • Added update_private_endpoint_rule() method for a.network_connectivity account-level service.
  • Added list_spaces() method for w.genie workspace-level service.
  • Added page_token field for databricks.sdk.service.billing.ListLogDeliveryRequest.
  • Added next_page_token field for databricks.sdk.service.billing.WrappedLogDeliveryConfigurations.
  • Added next_page_token field for databricks.sdk.service.catalog.EffectivePermissionsList.
  • Added max_results and page_token fields for databricks.sdk.service.catalog.GetEffectiveRequest.
  • Added max_results and page_token fields for databricks.sdk.service.catalog.GetGrantRequest.
  • Added next_page_token field for databricks.sdk.service.catalog.ListMetastoresResponse.
  • Added clean_room_name field for databricks.sdk.service.cleanrooms.CleanRoomAsset.
  • [Breaking] Added name field for databricks.sdk.service.cleanrooms.DeleteCleanRoomAssetRequest.
  • [Breaking] Added name field for databricks.sdk.service.cleanrooms.GetCleanRoomAssetRequest.
  • Added trigger_state field for databricks.sdk.service.jobs.BaseJob.
  • Added trigger_state field for databricks.sdk.service.jobs.Job.
  • Added dbt_cloud_output field for databricks.sdk.service.jobs.RunOutput.
  • Added dbt_cloud_task field for databricks.sdk.service.jobs.RunTask.
  • Added dbt_cloud_task field for databricks.sdk.service.jobs.SubmitTask.
  • Added dbt_cloud_task field for databricks.sdk.service.jobs.Task.
  • Added tags field for databricks.sdk.service.pipelines.CreatePipeline.
  • Added tags field for databricks.sdk.service.pipelines.EditPipeline.
  • Added tags field for databricks.sdk.service.pipelines.PipelineSpec.
  • Added max_provisioned_concurrency and min_provisioned_concurrency fields for databricks.sdk.service.serving.ServedEntityInput.
  • Added max_provisioned_concurrency and min_provisioned_concurrency fields for databricks.sdk.service.serving.ServedEntityOutput.
  • Added max_provisioned_concurrency and min_provisioned_concurrency fields for databricks.sdk.service.serving.ServedModelInput.
  • Added max_provisioned_concurrency and min_provisioned_concurrency fields for databricks.sdk.service.serving.ServedModelOutput.
  • Added endpoint_service and resource_names fields for databricks.sdk.service.settings.CreatePrivateEndpointRule.
  • Added aws_private_endpoint_rules field for databricks.sdk.service.settings.NccEgressTargetRules.
  • Added task_time_over_time_range field for databricks.sdk.service.sql.QueryMetrics.
  • Added deltasharing_catalog, foreign_catalog, internal_catalog, managed_catalog, managed_online_catalog, system_catalog and unknown_catalog_type enum values for databricks.sdk.service.catalog.CatalogType.
  • Added ga4_raw_data, power_bi, salesforce, salesforce_data_cloud, servicenow, unknown_connection_type and workday_raas enum values for databricks.sdk.service.catalog.ConnectionType.
  • Added oauth_access_token, oauth_m2m, oauth_refresh_token, oauth_resource_owner_password, oauth_u2m, oauth_u2m_mapping, oidc_token, pem_private_key, service_credential and unknown_credential_type enum values for databricks.sdk.service.catalog.CredentialType.
  • Added internal and internal_and_external enum values for databricks.sdk.service.catalog.DeltaSharingScopeEnum.
  • Added catalog, clean_room, connection, credential, external_location, external_metadata, function, metastore, pipeline, provider, recipient, schema, share, staging_table, storage_credential, table, unknown_securable_type and volume enum values for databricks.sdk.service.catalog.SecurableType.
  • Added cluster_migrated enum value for databricks.sdk.service.compute.EventType.
  • Added driver_unhealthy enum value for databricks.sdk.service.compute.TerminationReasonCode.
  • Added teradata enum value for databricks.sdk.service.pipelines.IngestionSourceType.
  • Added oidc_federation enum value for databricks.sdk.service.sharing.AuthenticationType.
  • [Breaking] Changed create() method for a.log_delivery account-level service with new required argument order.
  • [Breaking] Changed get() method for a.log_delivery account-level service to return databricks.sdk.service.billing.GetLogDeliveryConfigurationResponse dataclass.
  • [Breaking] Changed create_private_endpoint_rule(), delete_private_endpoint_rule() and get_private_endpoint_rule() methods for a.network_connectivity account-level service to return databricks.sdk.service.settings.NccPrivateEndpointRule dataclass.
  • [Breaking] Changed list_private_endpoint_rules() method for a.network_connectivity account-level service to return databricks.sdk.service.settings.ListPrivateEndpointRulesResponse dataclass.
  • [Breaking] Changed delete() and get() methods for w.clean_room_assets workspace-level service . Method path has changed.
  • [Breaking] Changed delete() and get() methods for w.clean_room_assets workspace-level service with new required argument order.

... (truncated)

Commits
  • a393602 [Release] Release v0.56.0
  • 64b7823 Update SDK to latest OpenAPI spec (#985)
  • 11d3b88 [Release] Release v0.55.0
  • b15c91a Fix highlighting issue due to multi-segment imports in WorkspaceClient/Accoun...
  • 9e96bac Add support for Env and File OIDC. (#977)
  • 1baca79 [Release] Release v0.54.0
  • 5874c72 SDK Update, May 22 2025 (#976)
  • efbaa2e Remove non-actionable warning messages in error construction. (#970)
  • ad0e9f1 [Release] Release v0.53.0
  • 1be6359 Fix VectorSearchAPI query_index (#961)
  • 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.44.0...v0.56.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-version: 0.56.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 Jun 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 5, 2025 15:37
@dependabot dependabot bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Jun 5, 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.

0 participants