chore: sync sdk code with DeepLearning repo#214
Merged
Conversation
GitOrigin-RevId: 60c16c3db7a85947905bdcae04b49457512026a3
bgotthold-aai
approved these changes
Jul 13, 2026
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.
Copybara sync from the internal monorepo (
master) →master. Bumps the SDK 0.64.26 → 0.64.29.All changes are in the synchronous transcription (
SyncTranscriber) surface.0.64.27 —
language_codeslanguage_codeoption withlanguage_codes(a list) for multi-language synchronous transcription.0.64.28 — opt-in word timestamps
timestampstoSyncTranscriptionConfig. When enabled, sync words carry accuratestart/endtimings at a small latency cost; otherwise timings are omitted. Adds theSyncWordtype (now exported at the package top level).0.64.29 —
sync/v1package restructureSyncTranscriberimplementation into a versionedassemblyai.sync.v1package to make room for future sync API versions. Public import paths are preserved —assemblyai.sync_apiis now a thin re-export shim and top-level names (SyncTranscriber,SyncTranscriptionConfig,SyncTranscriptResponse,SyncTranscriptError,SyncWord) are unchanged.Generated by Copybara from internal
master. Merging this PR publishes 0.64.29 to PyPI.