Skip to content

Build(deps): Bump the integration-deps group across 1 directory with 8 updates - #68

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/integrations/livekit/02-telephony-twilio/python/integration-deps-a3fe4dd837
Open

Build(deps): Bump the integration-deps group across 1 directory with 8 updates#68
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/integrations/livekit/02-telephony-twilio/python/integration-deps-a3fe4dd837

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the integration-deps group with 8 updates in the /integrations/livekit/02-telephony-twilio/python directory:

Package From To
opentelemetry-sdk 1.39.0 1.42.1
opentelemetry-api 1.39.0 1.42.1
opentelemetry-exporter-otlp 1.39.0 1.42.1
livekit-agents 1.5.15 1.5.16
livekit-plugins-speechmatics 1.5.15 1.5.16
livekit-plugins-openai 1.5.15 1.5.16
livekit-plugins-elevenlabs 1.5.15 1.5.16
livekit-plugins-silero 1.5.15 1.5.16

Updates opentelemetry-sdk from 1.39.0 to 1.42.1

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)

Version 1.42.0/0.63b0 (2026-05-19)

Added

  • opentelemetry-api, opentelemetry-sdk: add support for 'random-trace-id' flags in W3C traceparent header trace flags. Implementations of IdGenerator that do randomly generate the 56 least significant bits, should also implement a is_trace_id_random methods that returns True. (#4854)
  • logs: add exception support to Logger emit and LogRecord attributes (#4908)
  • opentelemetry-exporter-otlp-proto-grpc: make retryable gRPC error codes configurable for gRPC exporters (#4917)
  • opentelemetry-sdk: Add create_logger_provider/configure_logger_provider to declarative file configuration, enabling LoggerProvider instantiation from config files without reading env vars (#4990)
  • opentelemetry-exporter-otlp-json-common: add 'opentelemetry-exporter-otlp-json-common' package for OTLP JSON exporters (#4996)
  • opentelemetry-sdk: Add service resource detector support to declarative file configuration via detection_development.detectors[].service (#5003)
  • opentelemetry-docker-tests: add docker-tests coverage of opentelemetry-exporter-otlp-proto-grpc and opentelemetry-exporter-otlp-proto-http metrics export (#5030)
  • Add registry keyword argument to PrometheusMetricReader to allow passing a custom Prometheus registry (#5055)
  • Add WeaverLiveCheck test util (#5088)
  • opentelemetry-sdk: add load_entry_point shared utility to declarative file configuration for loading plugins via entry points; refactor propagator loading to use it (#5093)
  • opentelemetry-sdk: add sampler plugin loading to declarative file configuration via the opentelemetry_sampler entry point group, matching the spec's PluginComponentProvider mechanism (#5095)

... (truncated)

Commits
  • 367e14d Prepare release 1.42.1/0.63b1 (#5243)
  • fd8e504 Preserve random trace ID flag for child spans (#5241) (#5242)
  • 013045e [release/v1.42.x-0.63bx] Prepare release 1.42.0/0.63b0 (#5225)
  • 1731583 ci: Enable GitHub Merge Queue support (#5209)
  • 7fab34d fix(config): allow deflate for OTLP HTTP exporters (#5075)
  • 0b690d2 ci: validate changelog fragment filenames (#5212)
  • d4fabb4 feat(config): exporter plugin loading via entry points for declarative config...
  • e19d346 feat(config): generic resource detector plugin loading for declarative config...
  • 1d69bd2 sdk/metrics: copy attributes dict to prevent post-recording mutation (#5106)
  • 990a611 feat(config): propagator plugin loading via entry points for declarative conf...
  • Additional commits viewable in compare view

Updates opentelemetry-api from 1.39.0 to 1.42.1

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)

Version 1.42.0/0.63b0 (2026-05-19)

Added

  • opentelemetry-api, opentelemetry-sdk: add support for 'random-trace-id' flags in W3C traceparent header trace flags. Implementations of IdGenerator that do randomly generate the 56 least significant bits, should also implement a is_trace_id_random methods that returns True. (#4854)
  • logs: add exception support to Logger emit and LogRecord attributes (#4908)
  • opentelemetry-exporter-otlp-proto-grpc: make retryable gRPC error codes configurable for gRPC exporters (#4917)
  • opentelemetry-sdk: Add create_logger_provider/configure_logger_provider to declarative file configuration, enabling LoggerProvider instantiation from config files without reading env vars (#4990)
  • opentelemetry-exporter-otlp-json-common: add 'opentelemetry-exporter-otlp-json-common' package for OTLP JSON exporters (#4996)
  • opentelemetry-sdk: Add service resource detector support to declarative file configuration via detection_development.detectors[].service (#5003)
  • opentelemetry-docker-tests: add docker-tests coverage of opentelemetry-exporter-otlp-proto-grpc and opentelemetry-exporter-otlp-proto-http metrics export (#5030)
  • Add registry keyword argument to PrometheusMetricReader to allow passing a custom Prometheus registry (#5055)
  • Add WeaverLiveCheck test util (#5088)
  • opentelemetry-sdk: add load_entry_point shared utility to declarative file configuration for loading plugins via entry points; refactor propagator loading to use it (#5093)
  • opentelemetry-sdk: add sampler plugin loading to declarative file configuration via the opentelemetry_sampler entry point group, matching the spec's PluginComponentProvider mechanism (#5095)

... (truncated)

Commits
  • 367e14d Prepare release 1.42.1/0.63b1 (#5243)
  • fd8e504 Preserve random trace ID flag for child spans (#5241) (#5242)
  • 013045e [release/v1.42.x-0.63bx] Prepare release 1.42.0/0.63b0 (#5225)
  • 1731583 ci: Enable GitHub Merge Queue support (#5209)
  • 7fab34d fix(config): allow deflate for OTLP HTTP exporters (#5075)
  • 0b690d2 ci: validate changelog fragment filenames (#5212)
  • d4fabb4 feat(config): exporter plugin loading via entry points for declarative config...
  • e19d346 feat(config): generic resource detector plugin loading for declarative config...
  • 1d69bd2 sdk/metrics: copy attributes dict to prevent post-recording mutation (#5106)
  • 990a611 feat(config): propagator plugin loading via entry points for declarative conf...
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-otlp from 1.39.0 to 1.42.1

Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

Version 1.42.1/0.63b1 (2026-05-21)

Fixed

  • Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator. (#5241)

Version 1.42.0/0.63b0 (2026-05-19)

Added

  • opentelemetry-api, opentelemetry-sdk: add support for 'random-trace-id' flags in W3C traceparent header trace flags. Implementations of IdGenerator that do randomly generate the 56 least significant bits, should also implement a is_trace_id_random methods that returns True. (#4854)
  • logs: add exception support to Logger emit and LogRecord attributes (#4908)
  • opentelemetry-exporter-otlp-proto-grpc: make retryable gRPC error codes configurable for gRPC exporters (#4917)
  • opentelemetry-sdk: Add create_logger_provider/configure_logger_provider to declarative file configuration, enabling LoggerProvider instantiation from config files without reading env vars (#4990)
  • opentelemetry-exporter-otlp-json-common: add 'opentelemetry-exporter-otlp-json-common' package for OTLP JSON exporters (#4996)
  • opentelemetry-sdk: Add service resource detector support to declarative file configuration via detection_development.detectors[].service (#5003)
  • opentelemetry-docker-tests: add docker-tests coverage of opentelemetry-exporter-otlp-proto-grpc and opentelemetry-exporter-otlp-proto-http metrics export (#5030)
  • Add registry keyword argument to PrometheusMetricReader to allow passing a custom Prometheus registry (#5055)
  • Add WeaverLiveCheck test util (#5088)
  • opentelemetry-sdk: add load_entry_point shared utility to declarative file configuration for loading plugins via entry points; refactor propagator loading to use it (#5093)
  • opentelemetry-sdk: add sampler plugin loading to declarative file configuration via the opentelemetry_sampler entry point group, matching the spec's PluginComponentProvider mechanism (#5095)

... (truncated)

Commits
  • 367e14d Prepare release 1.42.1/0.63b1 (#5243)
  • fd8e504 Preserve random trace ID flag for child spans (#5241) (#5242)
  • 013045e [release/v1.42.x-0.63bx] Prepare release 1.42.0/0.63b0 (#5225)
  • 1731583 ci: Enable GitHub Merge Queue support (#5209)
  • 7fab34d fix(config): allow deflate for OTLP HTTP exporters (#5075)
  • 0b690d2 ci: validate changelog fragment filenames (#5212)
  • d4fabb4 feat(config): exporter plugin loading via entry points for declarative config...
  • e19d346 feat(config): generic resource detector plugin loading for declarative config...
  • 1d69bd2 sdk/metrics: copy attributes dict to prevent post-recording mutation (#5106)
  • 990a611 feat(config): propagator plugin loading via entry points for declarative conf...
  • Additional commits viewable in compare view

Updates livekit-agents from 1.5.15 to 1.5.16

Commits
  • ddb1a20 livekit-agents@1.5.16 (#5922)
  • 23aea13 Dispatch downstream version bumps on stable publish (#5817)
  • 064c6a5 feat(worker): send deployment environment in worker registration (#5920)
  • f759c2a feat(inference): update model literals for LLM, STT, and TTS, adding new mode...
  • d008e67 fix(ipc): retry proc acquisition when all in-flight spawns fail (#5874)
  • cb99ab2 make claim_user_turn private (#5911)
  • 84f9144 feat(voice): add AgentSession.claim_user_turn (#5806)
  • c6a678d docs(readme): fix syntax errors in StoryAgent and test snippets (#5905)
  • 2de09f9 fix(examples): raise ToolError instead of returning it in realtime_joke_telle...
  • 49f8d96 test(openai realtime): fix process_base_url assertion that was always passing...
  • Additional commits viewable in compare view

Updates livekit-plugins-speechmatics from 1.5.15 to 1.5.16

Commits
  • ddb1a20 livekit-agents@1.5.16 (#5922)
  • 23aea13 Dispatch downstream version bumps on stable publish (#5817)
  • 064c6a5 feat(worker): send deployment environment in worker registration (#5920)
  • f759c2a feat(inference): update model literals for LLM, STT, and TTS, adding new mode...
  • d008e67 fix(ipc): retry proc acquisition when all in-flight spawns fail (#5874)
  • cb99ab2 make claim_user_turn private (#5911)
  • 84f9144 feat(voice): add AgentSession.claim_user_turn (#5806)
  • c6a678d docs(readme): fix syntax errors in StoryAgent and test snippets (#5905)
  • 2de09f9 fix(examples): raise ToolError instead of returning it in realtime_joke_telle...
  • 49f8d96 test(openai realtime): fix process_base_url assertion that was always passing...
  • Additional commits viewable in compare view

Updates livekit-plugins-openai from 1.5.15 to 1.5.16

Commits
  • ddb1a20 livekit-agents@1.5.16 (#5922)
  • 23aea13 Dispatch downstream version bumps on stable publish (#5817)
  • 064c6a5 feat(worker): send deployment environment in worker registration (#5920)
  • f759c2a feat(inference): update model literals for LLM, STT, and TTS, adding new mode...
  • d008e67 fix(ipc): retry proc acquisition when all in-flight spawns fail (#5874)
  • cb99ab2 make claim_user_turn private (#5911)
  • 84f9144 feat(voice): add AgentSession.claim_user_turn (#5806)
  • c6a678d docs(readme): fix syntax errors in StoryAgent and test snippets (#5905)
  • 2de09f9 fix(examples): raise ToolError instead of returning it in realtime_joke_telle...
  • 49f8d96 test(openai realtime): fix process_base_url assertion that was always passing...
  • Additional commits viewable in compare view

Updates livekit-plugins-elevenlabs from 1.5.15 to 1.5.16

Commits
  • ddb1a20 livekit-agents@1.5.16 (#5922)
  • 23aea13 Dispatch downstream version bumps on stable publish (#5817)
  • 064c6a5 feat(worker): send deployment environment in worker registration (#5920)
  • f759c2a feat(inference): update model literals for LLM, STT, and TTS, adding new mode...
  • d008e67 fix(ipc): retry proc acquisition when all in-flight spawns fail (#5874)
  • cb99ab2 make claim_user_turn private (#5911)
  • 84f9144 feat(voice): add AgentSession.claim_user_turn (#5806)
  • c6a678d docs(readme): fix syntax errors in StoryAgent and test snippets (#5905)
  • 2de09f9 fix(examples): raise ToolError instead of returning it in realtime_joke_telle...
  • 49f8d96 test(openai realtime): fix process_base_url assertion that was always passing...
  • Additional commits viewable in compare view

Updates livekit-plugins-silero from 1.5.15 to 1.5.16

Commits
  • ddb1a20 livekit-agents@1.5.16 (#5922)
  • 23aea13 Dispatch downstream version bumps on stable publish (#5817)
  • 064c6a5 feat(worker): send deployment environment in worker registration (#5920)
  • f759c2a feat(inference): update model literals for LLM, STT, and TTS, adding new mode...
  • d008e67 fix(ipc): retry proc acquisition when all in-flight spawns fail (#5874)
  • cb99ab2 make claim_user_turn private (#5911)
  • 84f9144 feat(voice): add AgentSession.claim_user_turn (#5806)
  • c6a678d docs(readme): fix syntax errors in StoryAgent and test snippets (#5905)
  • 2de09f9 fix(examples): raise ToolError instead of returning it in realtime_joke_telle...
  • 49f8d96 test(openai realtime): fix process_base_url assertion that was always passing...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 4, 2026
@dependabot dependabot Bot changed the title Bump the integration-deps group in /integrations/livekit/02-telephony-twilio/python with 8 updates Build(deps): Bump the integration-deps group across 1 directory with 8 updates May 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/integrations/livekit/02-telephony-twilio/python/integration-deps-a3fe4dd837 branch from f9f4092 to fa6e24f Compare May 12, 2026 02:25
…8 updates

Bumps the integration-deps group with 8 updates in the /integrations/livekit/02-telephony-twilio/python directory:

| Package | From | To |
| --- | --- | --- |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.42.1` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.42.1` |
| [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.42.1` |
| [livekit-agents](https://github.com/livekit/agents) | `1.5.15` | `1.5.16` |
| [livekit-plugins-speechmatics](https://github.com/livekit/agents) | `1.5.15` | `1.5.16` |
| [livekit-plugins-openai](https://github.com/livekit/agents) | `1.5.15` | `1.5.16` |
| [livekit-plugins-elevenlabs](https://github.com/livekit/agents) | `1.5.15` | `1.5.16` |
| [livekit-plugins-silero](https://github.com/livekit/agents) | `1.5.15` | `1.5.16` |



Updates `opentelemetry-sdk` from 1.39.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.42.1)

Updates `opentelemetry-api` from 1.39.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.42.1)

Updates `opentelemetry-exporter-otlp` from 1.39.0 to 1.42.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.42.1)

Updates `livekit-agents` from 1.5.15 to 1.5.16
- [Release notes](https://github.com/livekit/agents/releases)
- [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.5.15...livekit-agents@1.5.16)

Updates `livekit-plugins-speechmatics` from 1.5.15 to 1.5.16
- [Release notes](https://github.com/livekit/agents/releases)
- [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.5.15...livekit-agents@1.5.16)

Updates `livekit-plugins-openai` from 1.5.15 to 1.5.16
- [Release notes](https://github.com/livekit/agents/releases)
- [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.5.15...livekit-agents@1.5.16)

Updates `livekit-plugins-elevenlabs` from 1.5.15 to 1.5.16
- [Release notes](https://github.com/livekit/agents/releases)
- [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.5.15...livekit-agents@1.5.16)

Updates `livekit-plugins-silero` from 1.5.15 to 1.5.16
- [Release notes](https://github.com/livekit/agents/releases)
- [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.5.15...livekit-agents@1.5.16)

---
updated-dependencies:
- dependency-name: livekit-agents
  dependency-version: 1.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: livekit-plugins-elevenlabs
  dependency-version: 1.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: livekit-plugins-openai
  dependency-version: 1.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: livekit-plugins-silero
  dependency-version: 1.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: livekit-plugins-speechmatics
  dependency-version: 1.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: opentelemetry-api
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: opentelemetry-exporter-otlp
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: opentelemetry-sdk
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/integrations/livekit/02-telephony-twilio/python/integration-deps-a3fe4dd837 branch from fa6e24f to a2963b2 Compare June 2, 2026 11:41
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

Development

Successfully merging this pull request may close these issues.

0 participants