Skip to content

chore(deps): bump azure-ai-voicelive from 1.2.0b4 to 1.2.0 in /voice-live-universal-assistant/python#243

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/voice-live-universal-assistant/python/azure-ai-voicelive-1.2.0
Closed

chore(deps): bump azure-ai-voicelive from 1.2.0b4 to 1.2.0 in /voice-live-universal-assistant/python#243
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/voice-live-universal-assistant/python/azure-ai-voicelive-1.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps azure-ai-voicelive from 1.2.0b4 to 1.2.0.

Release notes

Sourced from azure-ai-voicelive's releases.

azure-ai-voicelive_1.2.0

1.2.0 (2026-05-22)

Features Added

  • Web Search & File Search: Added support for built-in web search and file search tools:
    • New item types: ResponseWebSearchCallItem, ResponseFileSearchCallItem
    • New server events for web/file search lifecycle (searching, in_progress, completed)
    • New models: ActionFind, ActionOpenPage, ActionSearch, ActionSearchSource, FileSearchResult
    • New enum values: ItemType.WEB_SEARCH_CALL, ItemType.FILE_SEARCH_CALL
    • New SessionIncludeOption enum for controlling what data is included in session responses
  • MCP (Model Context Protocol) Support: Added comprehensive support for Model Context Protocol integration:
    • MCPServer tool type for defining MCP server configurations with authorization, headers, and approval requirements
    • MCPTool model for representing MCP tool definitions with input schemas and annotations
    • MCPApprovalType enum for controlling approval workflows (never, always, or tool-specific)
    • New item types for MCP approval and call workflows
    • New server events for MCP tool listing, call lifecycle, and approval flows
  • Avatar Enhancements:
    • Added AzureAvatarVoiceSyncVoice for avatar voice sync configuration
    • Added ServerEventSessionAvatarSwitchToIdle and ServerEventSessionAvatarSwitchToSpeaking events
    • Added ServerEventResponseVideoDelta for avatar video frame streaming
    • Added ClientEventOutputAudioBufferClear and ServerEventOutputAudioBufferCleared for output buffer management
    • Added AvatarConfigTypes enum with support for video-avatar and photo-avatar types
    • Added AvatarOutputProtocol enum for avatar streaming protocols (webrtc, websocket)
    • Added Scene model for controlling avatar zoom, position, rotation, and movement amplitude
    • Added output_audit_audio field to AvatarConfig
  • OpenTelemetry Tracing Support: Added VoiceLiveInstrumentor for opt-in OpenTelemetry-based tracing of VoiceLive WebSocket connections, following Azure SDK and GenAI semantic conventions.
    • Enable via AZURE_EXPERIMENTAL_ENABLE_GENAI_TRACING=true environment variable
    • Content recording controlled by OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT
    • Comprehensive session-level telemetry: session ID, audio format, first-token latency, turn count, interruption count, audio bytes sent/received, message size
    • Response & function call ID tracking for end-to-end tracing
    • Agent v2 telemetry with agent identity and configuration tracking
    • MCP telemetry with tool call and approval flow tracking
  • Agent Session Configuration: Added flattened connect() keyword arguments for configuring Azure AI Foundry agents at connection time with agent_name, project_name, agent_version, conversation_id, and more
  • Transcription Improvements:
    • Added TranscriptionPhrase and TranscriptionWord models for detailed transcription data
    • Added ServerEventResponseAudioTranscriptAnnotationAdded event
    • Added gpt-4o-transcribe-diarize and mai-transcribe-1 transcription model support
  • Interim Response Configuration: Added StaticInterimResponseConfig and LlmInterimResponseConfig for generating interim responses during latency or tool calls
  • Image Content Support: Added RequestImageContentPart for image inputs in conversations
  • Reasoning Effort Control: Added reasoning_effort field with ReasoningEffort enum
  • Response Metadata: Added metadata field to Response and ResponseCreateParams
  • Server Warning Events: Added ServerEventWarning for handling non-fatal warnings
  • Personal Voice Models: Added DragonHDOmniLatestNeural and MAI-Voice-1 model options
  • Enhanced OpenAI Voices: Added marin and cedar voices to OpenAIVoiceName enum
  • Enhanced Azure Personal Voice: Added custom_lexicon_url, prefer_locales, locale, style,

... (truncated)

Commits
  • 9825fdc [VoiceLive] Release GA version of 1.2.0 (#46960)
  • 2e19283 [fix] infinite eval results when outbound limited (#46865)
  • 7e47f0a AAD test coverage (#46568)
  • e9441f4 Region normalization fix (#46937)
  • 6dca6ba Remove pypy 3.9 from azure-storage-extensions build matrix (#47062)
  • af335ca Prepare azure-ai-agentserver-responses 1.0.0b7 release (#47076)
  • a933792 Add MCP builder support for output/error and caller-supplied item IDs (#46985)
  • b0873ba [AutoPR azure-mgmt-resource-deployments]-generated-from-SDK Generation - Pyth...
  • 5ebaa13 [AutoPR azure-mgmt-iothub]-generated-from-SDK Generation - Python-6326707 (#4...
  • c46f20d [AutoPR azure-mgmt-resource-databoundaries]-generated-from-SDK Generation - P...
  • Additional commits viewable in compare view

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 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)

Bumps [azure-ai-voicelive](https://github.com/Azure/azure-sdk-for-python) from 1.2.0b4 to 1.2.0.
- [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.0)

---
updated-dependencies:
- dependency-name: azure-ai-voicelive
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor Author

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 May 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #253.

@dependabot dependabot Bot closed this May 29, 2026
@dependabot dependabot Bot deleted the dependabot/pip/voice-live-universal-assistant/python/azure-ai-voicelive-1.2.0 branch May 29, 2026 22:50
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