fix: 🌿 skip_validation:true to allow unknown messages back from the API#669
Merged
lukeocodes merged 11 commits intomainfrom Feb 24, 2026
Merged
fix: 🌿 skip_validation:true to allow unknown messages back from the API#669lukeocodes merged 11 commits intomainfrom
lukeocodes merged 11 commits intomainfrom
Conversation
…t regen - Set SDK version to 6.0.1 in pyproject.toml and client_wrapper.py - Restore test_text_builder.py and test_transport.py deleted by Fern regen - Comment out socket_client.py paths in .fernignore so Fern can regenerate them
This reverts commit 8aaf78a.
Catch Exception instead of (WebSocketException, JSONDecodeError) in start_listening so non-websocket transports can emit errors properly.
…message tolerance Replace parse_obj_as with construct_type in all socket clients so unknown message types are silently coerced instead of raising ValidationError. Also fix v2 listen example to actually send audio.
- Restore int types for speaker/channel/num_words (Fern changed to float) - Restore Union[str, Sequence[str]] array params in listen v1/v2 clients and listen_v1redact type (Fern narrowed to str-only) - Restore optional defaults on send methods across all 4 socket clients (send_finalize, send_close_stream, send_keep_alive, send_flush, send_clear, send_close) - Protect all manually-fixed files in .fernignore
lukeocodes
approved these changes
Feb 24, 2026
lukeocodes
pushed a commit
that referenced
this pull request
Feb 24, 2026
🤖 I have created a release *beep* *boop* --- ## [6.0.1](v6.0.0...v6.0.1) (2026-02-24) ### Bug Fixes * 🌿 skip_validation:true to allow unknown messages back from the API ([#669](#669)) ([48354d2](48354d2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR regenerates code to match the latest API Definition.