Releases: AssemblyAI/assemblyai-python-sdk
Releases · AssemblyAI/assemblyai-python-sdk
0.40.2
What's Changed
- chore: sync sdk code with DeepLearning repo by @marcusolsson in #118
Full Changelog: 0.40.1...0.40.2
0.40.1
What's Changed
- chore: sync sdk code with DeepLearning repo by @marcusolsson in #117
Full Changelog: 0.40.0...0.40.1
0.40.0
What's Changed
- chore: sync sdk code with DeepLearning repo by @marcusolsson in #116
Full Changelog: 0.39.1...0.40.0
0.39.1
What's Changed
- chore: sync sdk code with DeepLearning repo by @marcusolsson in #115
Full Changelog: 0.39.0...0.39.1
0.39.0
What's Changed
- chore: sync sdk code with DeepLearning repo by @marcusolsson in #114
Full Changelog: 0.38.0...0.39.0
0.38.0
What's Changed
- chore: sync sdk code with DeepLearning repo by @marcusolsson in #110
- fix(sdk/python): fix default value for pydantic type by @marcusolsson in #111
- chore(sdk/python): drop test suite for 3.8 by @marcusolsson in #112
Full Changelog: 0.37.0...0.38.0
0.37.0
0.36.0
What's Changed
Features
- Add possibility to access HTTP status code
- Add
status_code
to all custom Error classes - Store the latest HTTP response in a new instance variable
Client.last_response
- Add
Chore
- Change default HTTP timeout from
15.0
to30.0
- Fix mypy errors
- Improve README
Full Changelog: 0.35.1...0.36.0
0.35.1
What's Changed
Fix
- Fix bug for pydantic v1 where environment variables were not respected
- Other minor pydantic fixes:
- Replace deprecated
gte
field withgt
forpolling_interval
- Correct usage of
ConfigDict
instead ofSettingsConfigDict
- Replace deprecated
Removal
- Removes
LemurModel.claude_instant1_2
andLemurModel.basic
as they have been sunsetted by Anthropic
Full Changelog: 0.35.0...0.35.1
0.35.0
What's Changed
Features
- Add Multichannel transcription support:
- Add
multichannel
config field - Add
multichannel
response field - Add
channel
field to all responses withspeaker
field - Add
audio_channels
response field - Add unit tests
- Add
- Use pydantic v2
- Pydantic v1 is still supported, but the minimum required version is bumped to
pydantic>=1.10.17
- Pydantic v1 is still supported, but the minimum required version is bumped to
Fix
- Fix
custom_spelling
bug where thecustom_spelling
property access incorrectly threw an error. - Don't bundle tests on publish by @EmersonDove in #94
New Contributors
- @EmersonDove made their first contribution in #94
Full Changelog: 0.34.0...0.35.0