Skip to content
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

Update databricks-sdk requirement from <0.42,>=0.29 to >=0.29,<0.43 #1435

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 Jan 31, 2025

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

Release notes

Sourced from databricks-sdk's releases.

v0.42.0

Bug Fixes

  • Fix docs generation when two services have the same name (#872).

Internal Changes

  • Add CICD environment to the User Agent (#866).
  • Add unit tests for retriable requests (#879).
  • Extract "before retry" handler, use it to rewind the stream (#878).
  • Update Model Serving http_request mixin to correctly use the underlying API. (#876).

Backward Incompatible Changes

  • Changed create() method for w.serving_endpoints workspace-level service with new required argument order.
  • Changed http_request() method for w.serving_endpoints workspace-level service to type http_request() method for w.serving_endpoints workspace-level service.
  • Changed http_request() method for w.serving_endpoints workspace-level service to return databricks.sdk.service.serving.HttpRequestResponse dataclass.
  • Changed config field for databricks.sdk.service.serving.CreateServingEndpoint to no longer be required.
  • Removed securable_kind field for databricks.sdk.service.catalog.CatalogInfo.
  • Removed securable_kind field for databricks.sdk.service.catalog.ConnectionInfo.
  • Removed status_code and text fields for databricks.sdk.service.serving.ExternalFunctionResponse.

API Changes:

  • Added a.budget_policy account-level service.
  • Added a.enable_ip_access_lists account-level service.
  • Added review_state, reviews and runner_collaborators fields for databricks.sdk.service.cleanrooms.CleanRoomAssetNotebook.
  • Added statement_id field for databricks.sdk.service.dashboards.QueryAttachment.
  • Added effective_performance_target field for databricks.sdk.service.jobs.BaseRun.
  • Added performance_target field for databricks.sdk.service.jobs.CreateJob.
  • Added performance_target field for databricks.sdk.service.jobs.JobSettings.
  • Added effective_performance_target field for databricks.sdk.service.jobs.Run.
  • Added performance_target field for databricks.sdk.service.jobs.RunNow.
  • Added effective_performance_target field for databricks.sdk.service.jobs.RunTask.
  • Added run_as_repl field for databricks.sdk.service.jobs.SparkJarTask.
  • Added user_authorized_scopes field for databricks.sdk.service.oauth2.CreateCustomAppIntegration.
  • Added user_authorized_scopes field for databricks.sdk.service.oauth2.GetCustomAppIntegrationOutput.
  • Added user_authorized_scopes field for databricks.sdk.service.oauth2.UpdateCustomAppIntegration.
  • Added contents field for databricks.sdk.service.serving.HttpRequestResponse.
  • Added clean_room enum value for databricks.sdk.service.catalog.SecurableType.
  • Added budget_policy_limit_exceeded enum value for databricks.sdk.service.jobs.TerminationCodeCode.
  • Added arclight_azure_exchange_token_with_user_delegation_key enum value for databricks.sdk.service.settings.TokenType.

OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28

Changelog

Sourced from databricks-sdk's changelog.

Version changelog

Bug Fixes

  • Fix docs generation when two services have the same name (#872).

Internal Changes

  • Add CICD environment to the User Agent (#866).
  • Add unit tests for retriable requests (#879).
  • Extract "before retry" handler, use it to rewind the stream (#878).
  • Update Model Serving http_request mixin to correctly use the underlying API. (#876).

Backward Incompatible Changes

  • Changed create() method for w.serving_endpoints workspace-level service with new required argument order.
  • Changed http_request() method for w.serving_endpoints workspace-level service to type http_request() method for w.serving_endpoints workspace-level service.
  • Changed http_request() method for w.serving_endpoints workspace-level service to return databricks.sdk.service.serving.HttpRequestResponse dataclass.
  • Changed config field for databricks.sdk.service.serving.CreateServingEndpoint to no longer be required.
  • Removed securable_kind field for databricks.sdk.service.catalog.CatalogInfo.
  • Removed securable_kind field for databricks.sdk.service.catalog.ConnectionInfo.
  • Removed status_code and text fields for databricks.sdk.service.serving.ExternalFunctionResponse.

API Changes:

  • Added a.budget_policy account-level service.
  • Added a.enable_ip_access_lists account-level service.
  • Added review_state, reviews and runner_collaborators fields for databricks.sdk.service.cleanrooms.CleanRoomAssetNotebook.
  • Added statement_id field for databricks.sdk.service.dashboards.QueryAttachment.
  • Added effective_performance_target field for databricks.sdk.service.jobs.BaseRun.
  • Added performance_target field for databricks.sdk.service.jobs.CreateJob.
  • Added performance_target field for databricks.sdk.service.jobs.JobSettings.
  • Added effective_performance_target field for databricks.sdk.service.jobs.Run.
  • Added performance_target field for databricks.sdk.service.jobs.RunNow.
  • Added effective_performance_target field for databricks.sdk.service.jobs.RunTask.
  • Added run_as_repl field for databricks.sdk.service.jobs.SparkJarTask.
  • Added user_authorized_scopes field for databricks.sdk.service.oauth2.CreateCustomAppIntegration.
  • Added user_authorized_scopes field for databricks.sdk.service.oauth2.GetCustomAppIntegrationOutput.
  • Added user_authorized_scopes field for databricks.sdk.service.oauth2.UpdateCustomAppIntegration.
  • Added contents field for databricks.sdk.service.serving.HttpRequestResponse.
  • Added clean_room enum value for databricks.sdk.service.catalog.SecurableType.
  • Added budget_policy_limit_exceeded enum value for databricks.sdk.service.jobs.TerminationCodeCode.
  • Added arclight_azure_exchange_token_with_user_delegation_key enum value for databricks.sdk.service.settings.TokenType.

OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28

[Release] Release v0.41.0

New Features and Improvements

... (truncated)

Commits
  • 6f094aa [Release] Release v0.42.0 (#880)
  • aa4f0f3 [Fix] Exclude localhost from hitting proxies for metadata service requests (#...
  • 95277c8 [Internal] Add unit tests for retriable requests (#879)
  • 5339396 [Internal] Update Model Serving http_request mixin to correctly use the und...
  • 762c57b [Internal] Extract "before retry" handler, use it to rewind the stream (#878)
  • 4bcfb0a [Fix] Fix docs generation when two services have the same name (#872)
  • 5576d32 [Internal] Add CICD environment to the User Agent (#866)
  • 267d369 [Release] Release v0.41.0 (#864)
  • 11fdf46 [Internal] Add unit tests for external-browser authentication (#863)
  • fe9877a [Fix] Properly pass query parameters in apps and oauth2 (#862)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
databricks-sdk [>= 0.38.dev0, < 0.39]
databricks-sdk [>= 0.39.dev0, < 0.40]

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.29.0...v0.42.0)

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

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