Skip to content

Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 - abandoned #541

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 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
opentelemetry-exporter-otlp-proto-grpc ==1.29.0 -> ==1.31.1 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-python (opentelemetry-exporter-otlp-proto-grpc)

v1.31.1: Version 1.31.1/0.52b1

Compare Source

This is a patch release on the previous 1.31.0/0.52b0 release, fixing the issue(s) below.

  • api: Revert record BaseException change in trace_api.use_span() (#​4494)

v1.31.0

Compare Source

  • semantic-conventions: Bump to 1.31.0
    (#​4471)
  • Add type annotations to context's attach & detach
    (#​4346)
  • Fix OTLP encoders missing instrumentation scope schema url and attributes
    (#​4359)
  • prometheus-exporter: fix labels out of place for data points with different
    attribute sets
    (#​4413)
  • Type indent parameter in to_json
    (#​4402)
  • Tolerates exceptions when loading resource detectors via OTEL_EXPERIMENTAL_RESOURCE_DETECTORS
    (#​4373)
  • Disconnect gRPC client stub when shutting down OTLPSpanExporter
    (#​4370)
  • opentelemetry-sdk: fix OTLP exporting of Histograms with explicit buckets advisory
    (#​4434)
  • opentelemetry-exporter-otlp-proto-grpc: better dependency version range for Python 3.13
    (#​4444)
  • opentelemetry-exporter-opencensus: better dependency version range for Python 3.13
    (#​4444)
  • Updated tracecontext-integration-test gitref to d782773b2cf2fa4afd6a80a93b289d8a74ca894d
    (#​4448)
  • Make trace_api.use_span() record BaseException as well as Exception
    (#​4406)
  • Fix env var error message for TraceLimits/SpanLimits
    (#​4458)
  • pylint-ci updated python version to 3.13
    (#​4450)

v1.30.0

Compare Source

  • Always setup logs sdk, OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED only controls python logging module handler setup
    (#​4340)
  • Add attributes field in metrics.get_meter wrapper function
    (#​4364)
  • Add Python 3.13 support
    (#​4353)
  • sdk: don't log or print warnings when the SDK has been disabled
    (#​4371)
  • Fix span context manager typing by using ParamSpec from typing_extensions
    (#​4389)
  • Fix serialization of None values in logs body to match 1.31.0+ data model
    (#​4400)
  • [BREAKING] semantic-conventions: Remove opentelemetry.semconv.attributes.network_attributes.NETWORK_INTERFACE_NAME
    introduced by mistake in the wrong module.
    (#​4391)
  • Add support for explicit bucket boundaries advisory for Histograms
    (#​4361)
  • semantic-conventions: Bump to 1.30.0
    (#​4337)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 4, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package opentelemetry-exporter-otlp-proto-grpc
Using CPython 3.13.2 interpreter at: /opt/containerbase/tools/python/3.13.2/bin/python3
  × No solution found when resolving dependencies for split
  │ (python_full_version >= '3.9' and python_full_version <= '3.11'):
  ╰─▶ Because opentelemetry-exporter-otlp-proto-grpc==1.31.1
      depends on opentelemetry-sdk>=1.31.1 and only
      opentelemetry-sdk<=1.31.1 is available, we can conclude that
      opentelemetry-exporter-otlp-proto-grpc==1.31.1 depends on
      opentelemetry-sdk==1.31.1.
      And because opentelemetry-sdk==1.31.1 depends on
      opentelemetry-semantic-conventions==0.52b1 and
      opentelemetry-instrumentation-fastapi==0.50b0 depends on
      opentelemetry-semantic-conventions==0.50b0, we can conclude
      that opentelemetry-exporter-otlp-proto-grpc==1.31.1 and
      opentelemetry-instrumentation-fastapi==0.50b0 are incompatible.
      And because your project depends on
      opentelemetry-exporter-otlp-proto-grpc==1.31.1 and
      opentelemetry-instrumentation-fastapi==0.50b0, we can conclude that your
      project's requirements are unsatisfiable.

      hint: `opentelemetry-sdk` was requested with a pre-release marker (e.g.,
      opentelemetry-sdk>1.31.1,<1.32.dev0), but pre-releases weren't enabled
      (try: `--prerelease=allow`)

@renovate renovate bot force-pushed the renovate/opentelemetry-python-monorepo branch from 13dbda6 to 28982dc Compare March 12, 2025 19:27
@renovate renovate bot changed the title Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.30.0 Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.0 Mar 12, 2025
@renovate renovate bot changed the title Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.0 fix(deps): update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.0 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-python-monorepo branch from 28982dc to 8b242c8 Compare March 20, 2025 19:45
@renovate renovate bot changed the title fix(deps): update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.0 fix(deps): update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 Mar 20, 2025
@renovate renovate bot changed the title fix(deps): update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 Mar 25, 2025
@renovate renovate bot changed the title Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 fix(deps): update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 Mar 30, 2025
@renovate renovate bot changed the title fix(deps): update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 Mar 30, 2025
Copy link
Contributor Author

renovate bot commented Apr 8, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 Update dependency opentelemetry-exporter-otlp-proto-grpc to v1.31.1 - abandoned Apr 8, 2025
Copy link
Contributor Author

renovate bot commented Apr 8, 2025

Autoclosing Skipped

This 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant