Skip to content

fix(deps): update python deps to ~=1.40.0#5423

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-deps
Open

fix(deps): update python deps to ~=1.40.0#5423
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
opentelemetry-api ~=1.39.0~=1.40.0 age confidence
opentelemetry-exporter-otlp ~=1.39.0~=1.40.0 age confidence
opentelemetry-sdk ~=1.39.0~=1.40.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-python (opentelemetry-api)

v1.40.0

Compare Source

  • opentelemetry-sdk: deprecate LoggingHandler in favor of opentelemetry-instrumentation-logging, see opentelemetry-instrumentation-logging documentation
    (#​4919)
  • opentelemetry-sdk: Clarify log processor error handling expectations in documentation
    (#​4915)
  • bump semantic-conventions to v1.40.0
    (#​4941)
  • Add stale PR GitHub Action
    (#​4926)
  • opentelemetry-sdk: Drop unused Jaeger exporter environment variables (exporter removed in 1.22.0)
    (#​4918)
  • opentelemetry-sdk: Clarify timeout units in environment variable documentation
    (#​4906)
  • opentelemetry-exporter-otlp-proto-grpc: Fix re-initialization of gRPC channel on UNAVAILABLE error
    (#​4825)
  • opentelemetry-exporter-prometheus: Fix duplicate HELP/TYPE declarations for metrics with different label sets
    (#​4868)
  • Allow loading all resource detectors by setting OTEL_EXPERIMENTAL_RESOURCE_DETECTORS to *
    (#​4819)
  • opentelemetry-sdk: Fix the type hint of the _metrics_data property to allow None
    (#​4837).
  • Regenerate opentelemetry-proto code with v1.9.0 release
    (#​4840)
  • Add python 3.14 support
    (#​4798)
  • Silence events API warnings for internal users
    (#​4847)
  • opentelemetry-sdk: make it possible to override the default processors in the SDK configurator
    (#​4806)
  • Prevent possible endless recursion from happening in SimpleLogRecordProcessor.on_emit,
    (#​4799) and (#​4867).
  • Implement span start/end metrics
    (#​4880)
  • Add environment variable carriers to API
    (#​4609)
  • Add experimental composable rule based sampler
    (#​4882)
  • Make ConcurrentMultiSpanProcessor fork safe
    (#​4862)
  • opentelemetry-exporter-otlp-proto-http: fix retry logic and error handling for connection failures in trace, metric, and log exporters
    (#​4709)
  • opentelemetry-sdk: avoid RuntimeError during iteration of view instrument match dictionary in MetricReaderStorage.collect()
    (#​4891)
  • Implement experimental TracerConfigurator
    (#​4861)
  • opentelemetry-sdk: Fix instrument creation race condition
    (#​4913)
  • bump semantic-conventions to v1.39.0
    (#​4914)
  • opentelemetry-sdk: automatically generate configuration models using OTel config JSON schema
    (#​4879)

Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


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

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 11, 2026

⚠️ 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-api --upgrade-package opentelemetry-exporter-otlp --upgrade-package opentelemetry-sdk
Using CPython 3.14.4 interpreter at: /opt/containerbase/tools/python/3.14.4/bin/python3
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version == '3.14.*'):
  ╰─▶ Because mistralai[realtime]==2.1.1 was yanked (reason: This
      version included a broken import: ChatCompletionChoice missing
      from client.models exports) and only the following versions of
      mistralai[realtime] are available:
          mistralai[realtime]<=2.0.0
          mistralai[realtime]==2.0.1
          mistralai[realtime]==2.0.2
          mistralai[realtime]==2.0.3
          mistralai[realtime]==2.0.4
          mistralai[realtime]==2.0.5
          mistralai[realtime]==2.1.0
          mistralai[realtime]==2.1.1
          mistralai[realtime]==2.1.2
          mistralai[realtime]==2.1.3
          mistralai[realtime]==2.2.0
          mistralai[realtime]==2.3.0
          mistralai[realtime]==2.3.1
          mistralai[realtime]==2.3.2
      we can conclude that mistralai[realtime]>2.1.0,<2.1.2 cannot be used.
      (1)

      Because opentelemetry-semantic-conventions==0.60b1 depends on
      opentelemetry-api==1.39.1 and only the following versions of
      opentelemetry-semantic-conventions are available:
          opentelemetry-semantic-conventions<=0.60b1
          opentelemetry-semantic-conventions>0.61
      we can conclude that opentelemetry-semantic-conventions>=0.60b1,<0.61
      depends on opentelemetry-api==1.39.1.
      And because all of:
          mistralai>=2.0.0,<=2.1.0
          mistralai>=2.1.2
      depend on opentelemetry-semantic-conventions>=0.60b1,<0.61, we can
      conclude that all of:
          mistralai>=2.0.0,<=2.1.0
          mistralai>=2.1.2
      depend on opentelemetry-api==1.39.1.
      And because we know from (1) that mistralai[realtime]>2.1.0,<2.1.2
      cannot be used, we can conclude that mistralai[realtime]>=2.0.0 depends
      on opentelemetry-api==1.39.1.
      And because livekit-plugins-mistralai depends on
      mistralai[realtime]>=2.0.0 and livekit-agents depends on
      opentelemetry-api>=1.40.0,<1.41.dev0, we can conclude that
      livekit-plugins-mistralai and livekit-agents[anam] are incompatible.
      And because your workspace requires livekit-agents[anam] and
      livekit-plugins-mistralai, we can conclude that your workspace's
      requirements are unsatisfiable.

      hint: Pre-releases are available for `mistralai` in the requested
      range (e.g., 2.2.0rc3), but pre-releases weren't enabled (try:
      `--prerelease=allow`)

      hint: `opentelemetry-semantic-conventions`
      was requested with a pre-release marker (e.g.,
      opentelemetry-semantic-conventions>0.60b1,<0.61), but pre-releases
      weren't enabled (try: `--prerelease=allow`)

@chenghao-mou chenghao-mou requested a review from a team April 11, 2026 22:36
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

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.

0 participants