Skip to content

chore(deps): update azure-ai-voicelive requirement from >=1.2.0b4 to >=1.2.0b5 in /python/voice-live-quickstarts#208

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python/voice-live-quickstarts/azure-ai-voicelive-gte-1.2.0b5
Open

chore(deps): update azure-ai-voicelive requirement from >=1.2.0b4 to >=1.2.0b5 in /python/voice-live-quickstarts#208
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python/voice-live-quickstarts/azure-ai-voicelive-gte-1.2.0b5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Updates the requirements on azure-ai-voicelive to permit the latest version.

Release notes

Sourced from azure-ai-voicelive's releases.

azure-ai-voicelive_1.2.0b5

1.2.0b5 (2026-04-06)

Features Added

  • OpenTelemetry Tracing Support: Added VoiceLiveInstrumentor for opt-in OpenTelemetry-based tracing of VoiceLive WebSocket connections, following Azure SDK and GenAI semantic conventions (v1.34.0). Instrumentation covers connection lifecycle (connect, close), message send/receive, and captures voice-specific attributes (gen_ai.voice.session_id, gen_ai.voice.event_type).
    • Enable via AZURE_EXPERIMENTAL_ENABLE_GENAI_TRACING=true environment variable.
    • Content recording controlled by OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT.
    • Aligned with azure-ai-agents / azure-ai-projects tracing model.
  • Enhanced Telemetry Tracking: Added comprehensive session-level and per-message telemetry:
    • Session ID: Automatically captured from session.created/session.updated events and set on the parent connect span (gen_ai.voice.session_id).
    • Audio format/codec: Input and output audio formats extracted from session.update sends (gen_ai.voice.input_audio_format, gen_ai.voice.output_audio_format).
    • First-token latency: Time from response.create to first response.audio.delta or response.text.delta, recorded as gen_ai.voice.first_token_latency_ms. response.text.delta is used for latency detection only and is not tracked as a normal recv event.
    • Turn count: Number of completed responses (response.done) per session (gen_ai.voice.turn_count).
    • Interruption count: Number of response.cancel sends per session (gen_ai.voice.interruption_count).
    • Audio bytes sent/received: Total audio payload bytes transferred (gen_ai.voice.audio_bytes_sent, gen_ai.voice.audio_bytes_received).
    • Message size: WebSocket message size on each send/recv span (gen_ai.voice.message_size).
    • Rate limit / error events: Server error and rate_limits.updated events recorded as span events with error codes and rate limit details.
  • Response & Function Call ID Tracking: All recv and send spans now carry correlation IDs for end-to-end tracing across events:
    • gen_ai.response.id, gen_ai.conversation.id, gen_ai.voice.call_id, gen_ai.voice.item_id, gen_ai.voice.previous_item_id, gen_ai.voice.output_index extracted from top-level and nested fields on every event span.
    • gen_ai.response.finish_reasons from response.done events (also propagated to the connect span).
  • Agent v2 Telemetry: Added agent identity and configuration tracking on the connect span:
    • gen_ai.agent.id and gen_ai.agent.thread_id extracted from session.created/session.updated server events.
    • gen_ai.agent.version and gen_ai.agent.project_name from AgentSessionConfig at connect time.
  • MCP (Model Context Protocol) Telemetry: Added tracking for MCP tool calls and approval flows:
    • Per-event: gen_ai.voice.mcp.server_label, gen_ai.voice.mcp.tool_name, gen_ai.voice.mcp.approval_request_id, gen_ai.voice.mcp.approve on recv/send spans.
    • Session-level: gen_ai.voice.mcp.call_count and gen_ai.voice.mcp.list_tools_count counters flushed on session close.
    • Nested item extraction is guarded by event type to prevent forward-compatibility issues.

Other Changes

  • Updated default API version to 2026-01-01-preview.
Commits
  • 8f628a2 Release 1.2.0b5 changelog (#46163)
  • fc2b705 Exporter release 1.0.0b51 (#46155)
  • ae8ae9f Sync eng/common directory with azure-sdk-tools for PR 14922 (#46153)
  • e71cd95 [azure-ai-ml] Add generated integration tests and test infrastructure for cov...
  • 83a443d Added credential authentication support for customer sdkstats (#46143)
  • a54e4bc Increment package version after release of azure-cosmos (#46131)
  • c630419 updating release version (#46110)
  • ac9252d [agentserver] azure-ai-agentserver -core and -invocation packages (#45925)
  • 4f6f145 Sync eng/common directory with azure-sdk-tools for PR 14890 (#46107)
  • d90a10c [Doc] Consolidate relevant wiki content (#45732)
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [azure-ai-voicelive](https://github.com/Azure/azure-sdk-for-python) to permit the latest version.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-ai-voicelive_1.2.0b4...azure-ai-voicelive_1.2.0b5)

---
updated-dependencies:
- dependency-name: azure-ai-voicelive
  dependency-version: 1.2.0b5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Dependency updates label Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants