Skip to content

Conversation

@xitzhang
Copy link
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings January 12, 2026 23:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds support for explicit None value serialization in the RequestSession model, enabling scenarios where turn_detection=None needs to be sent as "turn_detection": null in WebSocket messages rather than being omitted. The change updates the package to version 1.2.0b3 (beta status) and bumps the azure-core dependency to 1.36.0.

Changes:

  • Extended RequestSession class to track explicitly set None values and include them in serialization
  • Updated test to use turn_detection=None instead of {"type": "none"}
  • Bumped version to 1.2.0b3 and changed development status from Production/Stable to Beta
  • Updated minimum azure-core dependency from 1.35.0 to 1.36.0

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
sdk/ai/azure-ai-voicelive/azure/ai/voicelive/models/_patch.py Adds RequestSession extension with _explicit_none_fields tracking and custom as_dict method to preserve explicit None values
sdk/ai/azure-ai-voicelive/tests/test_live_realtime_service.py Updates test to use turn_detection=None instead of {"type": "none"}
sdk/ai/azure-ai-voicelive/pyproject.toml Updates development status to Beta and azure-core dependency to 1.36.0
sdk/ai/azure-ai-voicelive/_version.py Changes version from 1.2.0 to 1.2.0b3
sdk/ai/azure-ai-voicelive/CHANGELOG.md Documents the new feature and dependency update for version 1.2.0b3

@github-actions
Copy link

github-actions bot commented Jan 12, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

azure-ai-voicelive

@xitzhang xitzhang enabled auto-merge (squash) January 14, 2026 01:03
@xitzhang xitzhang merged commit aca5501 into main Jan 15, 2026
20 checks passed
@xitzhang xitzhang deleted the xitzhang/nulldetection branch January 15, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants