Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): bump corehttp from 1.0.0b6 to 1.0.0b7 in /api/client/python in the production-dependencies group#3872

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/api/client/python/production-dependencies-1350581c95
Open

chore(deps): bump corehttp from 1.0.0b6 to 1.0.0b7 in /api/client/python in the production-dependencies group#3872
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/api/client/python/production-dependencies-1350581c95

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the production-dependencies group in /api/client/python with 1 update: corehttp.

Updates corehttp from 1.0.0b6 to 1.0.0b7

Release notes

Sourced from corehttp's releases.

corehttp_1.0.0b7

1.0.0b7 (2026-02-05)

Features Added

  • Native tracing support was added. #39172
    • The OpenTelemetryTracer class was added to the corehttp.instrumentation.tracing.opentelemetry module. This is a wrapper around the OpenTelemetry tracer that is used to create spans for SDK operations.
    • Added a get_tracer method to the new corehttp.instrumentation module. This method returns an instance of the OpenTelemetryTracer class if OpenTelemetry is available.
    • A TracingOptions TypedDict 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.
      • Example usage: client.method(tracing_options={"enabled": True, "attributes": {"foo": "bar"}})
    • DistributedHttpTracingPolicy and distributed_trace/distributed_trace_async decorators were added to support OpenTelemetry tracing for SDK operations.
      • SDK clients can define an _instrumentation_config class variable to configure the OpenTelemetry tracer used in method span creation. Possible configuration options are library_name, library_version, schema_url, and attributes.
  • Added a global settings object, corehttp.settings, to the corehttp package. This object can be used to set global settings for the corehttp package. Currently the only setting is tracing_enabled for enabling/disabling tracing. #39172
  • Added start_time and context keyword arguments to OpenTelemetryTracer.start_span and start_as_current_span methods.
  • Added set_span_error_status static method to OpenTelemetryTracer for setting a span's status to ERROR.
  • Added is_generated_model, attribute_list, and TypeHandlerRegistry to corehttp.serialization module for SDK model handling.

Bugs Fixed

  • Fixed retry_backoff_max being ignored in retry policies when configuring retries.
  • Raise correct exception if transport is used while already closed.
  • A timeout error when using the aiohttp transport will now be raised as a corehttp.exceptions.ServiceResponseTimeoutError, a subtype of the previously raised ServiceResponseError.
  • When using with aiohttp 3.10 or later, a connection timeout error will now be raised as a corehttp.exceptions.ServiceRequestTimeoutError, which can be retried.
  • Fixed leaked requests and aiohttp exceptions for streamed responses.
  • Improved granularity of ServiceRequestError and ServiceResponseError exceptions raised in timeout scenarios from the requests and aiohttp transports.
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy will now properly chain exceptions raised during claims challenge handling. If a credential raises an exception when attempting to acquire a token in response to a claims challenge, that exception will be raised with the original 401 response as the cause.

Other Changes

  • Added opentelemetry-api as an optional dependency for tracing. #39172
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added area/dependencies Pull requests that update a dependency file dependency/python Pull requests that update Python code labels Feb 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2026 12:53
@dependabot dependabot bot added area/dependencies Pull requests that update a dependency file dependency/python Pull requests that update Python code labels Feb 16, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/api/client/python/production-dependencies-1350581c95 branch from 10bd2cb to 4f3acba Compare February 23, 2026 12:38
Bumps the production-dependencies group in /api/client/python with 1 update: [corehttp](https://github.com/Azure/azure-sdk-for-python).


Updates `corehttp` from 1.0.0b6 to 1.0.0b7
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@corehttp_1.0.0b6...corehttp_1.0.0b7)

---
updated-dependencies:
- dependency-name: corehttp
  dependency-version: 1.0.0b7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/api/client/python/production-dependencies-1350581c95 branch from 4f3acba to 9cc9f95 Compare March 2, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file dependency/python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants