Assemblyai

Latest version: v0.37.0

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

0.32.0

What's Changed

Features
- Add new `RealtimeError` codes and avoid `KeyError` if the code is unsupported
- Add optional parameter `return_failures` to `transcribe_group()` and `TranscriptGroup.transcribe()`. If set to `True`, the function also returns a list of error messages for failed transcription jobs.

Improvements
- Raise Exception to user for `get_by_id()` and `wait_for_completion()` and no longer create a misleading invalid transcript object


**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.31.0...0.32.0

0.31.0

What's Changed

Features
- Adds support to list transcripts (57 ):
- Adds functions `Transcriber.list_transcripts()` and `Transcriber.list_transcripts_async()`
- Adds new types `ListTranscriptParameters`, `PageDetails`, `ListTranscriptResponse`, and `TranscriptItem`

Removals
- Removes `conformer-2` from `SpeechModel` enum

Documentation
- Adds `list_transcript()` examples to README, including an example that shows how to paginate


**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.30.0...0.31.0

0.30.0

What's Changed

Features
- Add new LeMUR models by ploeber in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/75:
- Claude 3.5 Sonnet (`LemurModel.claude3_5_sonnet`)
- Claude 3 Opus (`LemurModel.claude3_opus`)
- Claude 3 Haiku (`LemurModel.claude3_haiku`)
- Claude 3 Sonnet (`LemurModel.claude3_sonnet`)

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.29.0...0.30.0

0.29.0

What's Changed

Fixes
- Change `audio_duration` from `float` to `int` for the `TranscriptResponse` by ploeber in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/74

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.28.1...0.29.0

0.28.1

What's Changed

Fixes
- Correctly import the `__version__` number

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.28.0...0.28.1

0.28.0

What's Changed

Features
- Add LeMUR methods `get_response_data()` and `get_response_data_async()`:
- Allows to retrieve a LeMUR response that was previously generated
- Add new LeMUR response field `usage`:
- Contains information about used input tokens and output tokens for LeMUR calls
- Add new generic Lemur response type `LemurStringResponse`
- Add `__version__.py`. The version number can now we accessed with `aai.__version__`

Improvements
- Raise Exception to user if file uploading fails and no longer create a misleading invalid transcript object

Chore
- Include info about SDK version and Python version in user agent

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.27.0...0.28.0

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.