Skip to content

Update databricks-sdk requirement from <0.54.0,>=0.44.0 to >=0.44.0,<0.56.0 #4044

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 May 27, 2025

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

Release notes

Sourced from databricks-sdk's releases.

v0.55.0

New Features and Improvements

Bug Fixes

  • Fix a reported highlighting problem with the way API clients are imported in WorkspaceClient/AccountClient (#979).
Changelog

Sourced from databricks-sdk's changelog.

Release v0.55.0

New Features and Improvements

Bug Fixes

  • Fix a reported highlighting problem with the way API clients are imported in WorkspaceClient/AccountClient (#979).

Release v0.54.0

API Changes

  • Added a.llm_proxy_partner_powered_account account-level service, a.llm_proxy_partner_powered_enforce account-level service, w.llm_proxy_partner_powered_workspace workspace-level service, a.network_policies account-level service and a.workspace_network_configuration account-level service.
  • Added w.database_instances workspace-level service.
  • Added w.recipient_federation_policies workspace-level service.
  • Added create_logged_model(), delete_logged_model(), delete_logged_model_tag(), finalize_logged_model(), get_logged_model(), list_logged_model_artifacts(), log_logged_model_params(), log_outputs(), search_logged_models() and set_logged_model_tags() methods for w.experiments workspace-level service.
  • Added create_provisioned_throughput_endpoint() and update_provisioned_throughput_endpoint_config() methods for w.serving_endpoints workspace-level service.
  • Added uc_securable field for databricks.sdk.service.apps.AppResource.
  • Added enable_file_events and file_event_queue fields for databricks.sdk.service.catalog.CreateExternalLocation.
  • Added catalog_name field for databricks.sdk.service.catalog.EnableRequest.
  • Added enable_file_events and file_event_queue fields for databricks.sdk.service.catalog.ExternalLocationInfo.
  • Added timeseries_columns field for databricks.sdk.service.catalog.PrimaryKeyConstraint.
  • Added enable_file_events and file_event_queue fields for databricks.sdk.service.catalog.UpdateExternalLocation.
  • Added review_state, reviews and runner_collaborator_aliases fields for databricks.sdk.service.cleanrooms.CleanRoomAssetNotebook.
  • Added notebook_etag and notebook_updated_at fields for databricks.sdk.service.cleanrooms.CleanRoomNotebookTaskRun.
  • Added policy_id and service_principal_id fields for databricks.sdk.service.oauth2.FederationPolicy.
  • Added root_path field for databricks.sdk.service.pipelines.CreatePipeline.
  • Added root_path field for databricks.sdk.service.pipelines.EditPipeline.
  • Added source_type field for databricks.sdk.service.pipelines.IngestionPipelineDefinition.
  • Added glob field for databricks.sdk.service.pipelines.PipelineLibrary.
  • Added root_path field for databricks.sdk.service.pipelines.PipelineSpec.
  • Added provisioned_model_units field for databricks.sdk.service.serving.ServedEntityInput.
  • Added provisioned_model_units field for databricks.sdk.service.serving.ServedEntityOutput.
  • Added provisioned_model_units field for databricks.sdk.service.serving.ServedModelInput.
  • Added provisioned_model_units field for databricks.sdk.service.serving.ServedModelOutput.
  • Added materialization_namespace field for databricks.sdk.service.sharing.Table.
  • Added omit_permissions_list field for databricks.sdk.service.sharing.UpdateSharePermissions.
  • Added auto_resolve_display_name field for databricks.sdk.service.sql.UpdateAlertRequest.
  • Added auto_resolve_display_name field for databricks.sdk.service.sql.UpdateQueryRequest.
  • Added internal_catalog, managed_online_catalog and unknown_catalog_type enum values for databricks.sdk.service.catalog.CatalogType.
  • 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 describe_query_invalid_sql_error, describe_query_timeout, describe_query_unexpected_failure, invalid_chat_completion_arguments_json_exception, invalid_sql_multiple_dataset_references_exception, invalid_sql_multiple_statements_exception and invalid_sql_unknown_table_exception enum values for databricks.sdk.service.dashboards.MessageErrorType.
  • Added can_create and can_monitor_only enum values for databricks.sdk.service.iam.PermissionLevel.
  • Added success_with_failures enum value for databricks.sdk.service.jobs.TerminationCodeCode.

... (truncated)

Commits
  • 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)
  • d0d7d5e [Release] Release v0.52.0
  • afcb8f3 Update API specification to 2 May 2025 (#960)
  • 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.55.0)

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

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 May 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 27, 2025 15:58
@dependabot dependabot bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels May 27, 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