-
Notifications
You must be signed in to change notification settings - Fork 17
chore(deps): update azure-sdk-for-python monorepo #4113
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
base: rhoai-2.9
Are you sure you want to change the base?
chore(deps): update azure-sdk-for-python monorepo #4113
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a red-hat-data-services member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
==1.26.4->==1.38.01.16.0->1.25.1==1.13.0->==1.25.112.19.1->12.28.0==12.16.0->==12.28.012.15.0->12.24.0==12.7.0->==12.24.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
Azure/azure-sdk-for-python (azure-core)
v1.38.0Compare Source
1.38.0 (2026-01-12)
Breaking Changes
v1.37.0Compare Source
1.37.0 (2025-12-11)
Features Added
get_backcompat_attr_nametoazure.core.serialization.get_backcompat_attr_namegets the backcompat name of an attribute using backcompat attribute access. #44084v1.36.0Compare Source
1.36.0 (2025-10-14)
Features Added
TypeHandlerRegistrytoazure.core.serializationto allow developers to register custom serializers and deserializers for specific types or conditions. #43051Bugs Fixed
Other Changes
sixas a dependency since it was unused. #39962v1.35.1Compare Source
1.35.1 (2025-09-11)
Bugs Fixed
retry_backoff_maxparameter inRetryPolicyandAsyncRetryPolicyconstructors was being ignored, causing retry operations to use default maximum backoff values instead of the user-specified limits. #42444Other Changes
BearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicywill now properly surface credential exceptions when handling claims challenges. Previously, exceptions from credential token requests were suppressed; now they are raised and chained with the original 401HttpResponseErrorresponse for better debugging visibility. #42536v1.35.0Compare Source
1.35.0 (2025-07-02)
Features Added
start_timekeyword argument to thestart_spanandstart_as_current_spanmethods in theOpenTelemetryTracerclass. This allows users to specify a custom start time for created spans. #41106contextkeyword argument to thestart_spanandstart_as_current_spanmethods in theOpenTelemetryTracerclass. This allows users to specify a custom parent context for created spans. #41511as_attribute_dicttoazure.core.serializationfor backcompat migration purposes. Will return a generated model as a dictionary where the keys are in attribute syntax.is_generated_modelmethod toazure.core.serialization. Returns whether a given input is a model from one of our generated sdks. #41445attribute_listmethod toazure.core.serialization. Returns all of the attributes of a given model from one of our generated sdks. #41571Other Changes
aiohttptransport (the default for async SDKs) will now be raised as aazure.core.exceptions.ServiceResponseTimeoutError, a subtype of the previously raisedServiceResponseError.aiohttp3.10 or later, a connection timeout error will now be raised as aazure.core.exceptions.ServiceRequestTimeoutError, which can be retried.on_challengeinBearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicywill now cache the retrieved token. #41857v1.34.0Compare Source
1.34.0 (2025-05-01)
Features Added
set_span_error_statusmethod to theOpenTelemetryTracerclass. This method allows users to set the status of a span toERRORafter it has been created. #40703Other Changes
v1.33.0Compare Source
1.33.0 (2025-04-03)
Features Added
opentelemetry-apiinstalled.settings.tracing_implementationis not set.settings.tracing_enabledis set toTrue.setting.tracing_implementationis set, the tracing plugin will be used instead of the native tracing.settings.tracing_enabledis set toFalse, tracing will be disabled.OpenTelemetryTracerclass was added to theazure.core.tracing.opentelemetrymodule. This is a wrapper around the OpenTelemetry tracer that is used to create spans for Azure SDK operations.get_tracermethod to the newazure.core.instrumentationmodule. This method returns an instance of theOpenTelemetryTracerclass if OpenTelemetry is available.TracingOptionsTypedDict class was added to define the options that SDK users can use to configure tracing per-operation. These options include the ability to enable or disable tracing and set additional attributes on spans.client.method(tracing_options={"enabled": True, "attributes": {"foo": "bar"}})DistributedTracingPolicyanddistributed_trace/distributed_trace_asyncdecorators now uses the OpenTelemetry tracer if it is available and native tracing is enabled._instrumentation_configclass variable to configure the OpenTelemetry tracer used in method span creation. Possible configuration options arelibrary_name,library_version,schema_url, andattributes.DistributedTracingPolicynow accepts ainstrumentation_configkeyword argument to configure the OpenTelemetry tracer used in HTTP span creation.Breaking Changes
opentelemetrywas imported. To enable tracing with the plugin, please importazure.core.settings.settingsand setsettings.tracing_implementationto"opentelemetry". #39563DistributedTracingPolicy, the default span name is now just the HTTP method (e.g., "GET", "POST") and no longer includes the URL path. This change was made to converge with the OpenTelemetry HTTP semantic conventions. The full URL is still included in the span attributes.DistributedTracingPolicy:Bugs Fixed
traceparentheader was not being set correctly in theDistributedTracingPolicy. Thetraceparentheader will now set based on the context of the HTTP client span. #40074Other Changes
opentelemetry-apias an optional dependency for tracing. This can be installed withpip install azure-core[tracing]. #39563v1.32.0Compare Source
1.32.0 (2024-10-31)
Features Added
BearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicy.Bugs Fixed
tracing_attributeskeyword argument wasn't being handled at the request/method level. #38164Other Changes
HttpLoggingPolicy.v1.31.0Compare Source
1.31.0 (2024-09-12)
Features Added
SupportsTokenInfoandAsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #36565get_token_infomethod that returns anAccessTokenInfoobject.TokenRequestOptionsclass, which is aTypedDictwith optional parameters, that can be used to define options for token requests through theget_token_infomethod. #36565AccessTokenInfoclass, which is returned byget_token_infoimplementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565BearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicynow first check if a credential has theget_token_infomethod defined. If so, theget_token_infomethod is used to acquire a token. Otherwise, theget_tokenmethod is used. #36565refresh_onattribute when determining if a new token request should be made.Other Changes
opentelemetryis imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050v1.30.2Compare Source
1.30.2 (2024-06-06)
Features Added
DistributedTracingPolicywill now set an attribute,http.request.resend_count, on HTTP spans for resent requests to indicate the resend attempt number. #35069Bugs Fixed
Other Changes
error.typeattribute if an error status code is returned. #34619v1.30.1Compare Source
1.30.1 (2024-02-29)
Other Changes
retry_afterheader. #34203v1.30.0Compare Source
1.30.0 (2024-02-01)
Features Added
azure.core.rest.HttpRequest#33948fileswith duplicate field namesazure.core.rest.HttpRequest#34021v1.29.7Compare Source
1.29.7 (2024-01-18)
Other Changes
anyio. #33282v1.29.6Compare Source
1.29.6 (2023-12-14)
Bugs Fixed
AsyncBearerTokenCredentialPolicyto work properly withtrioconcurrency mechanisms. (#33307)Other Changes
anyio>=3.0,<5.0requeststo 2.21.0.v1.29.5Compare Source
1.29.5 (2023-10-19)
Bugs Fixed
multipart/form-datain the async transport wheredatawas not getting encoded into the request body. #32473Other Changes
v1.29.4Compare Source
1.29.4 (2023-09-07)
Bugs Fixed
v1.29.3Compare Source
1.29.3 (2023-08-22)
Bugs Fixed
messagecannot beNoneinAzureError. #31564v1.29.2Compare Source
1.29.2 (2023-08-14)
Bugs Fixed
AsyncTokenCredential.__aexit__()#31573Other Changes
typing-extensionsversion to 4.6.0.v1.29.1Compare Source
1.29.1 (2023-08-09)
Bugs Fixed
enabled_caeunless it is explicitly enabled.v1.29.0Compare Source
1.29.0 (2023-08-03)
Features Added
enable_caewas added to theget_tokenmethod of theTokenCredentialprotocol. #31012BearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicynow acceptenable_caekeyword arguments in their constructors. This is used in determining if Continuous Access Evaluation (CAE) should be enabled for eachget_tokenrequest. #31012v1.28.0Compare Source
1.28.0 (2023-07-06)
Features Added
RequestIdPolicy. #30772SensitiveHeaderCleanupPolicythat cleans up sensitive headers if a redirect happens and the new destination is in another domain. #28349Other Changes
v1.27.1Compare Source
1.27.1 (2023-06-13)
Bugs Fixed
v1.27.0Compare Source
1.27.0 (2023-06-01)
Features Added
AsyncBearerTokenCredentialPolicy. #30381Bugs Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.