Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

0.40.2

24 Apr 21:06
8860c92
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.40.1...0.40.2

0.40.1

24 Apr 15:59
08c0732
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.40.0...0.40.1

0.40.0

24 Apr 15:02
041792c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.39.1...0.40.0

0.39.1

23 Apr 09:25
1aeb966
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.39.0...0.39.1

0.39.0

22 Apr 17:56
d4f6ac2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.38.0...0.39.0

0.38.0

10 Apr 19:09
4a475fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.37.0...0.38.0

0.37.0

03 Feb 10:07
6293315
Compare
Choose a tag to compare

What's Changed

Fixes

  • Document Claude 1 and 2 models as deprecated.

Full Changelog: 0.36.0...0.37.0

0.36.0

20 Dec 12:21
Compare
Choose a tag to compare

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

Chore

  • Change default HTTP timeout from 15.0 to 30.0
  • Fix mypy errors
  • Improve README

Full Changelog: 0.35.1...0.36.0

0.35.1

07 Nov 16:23
Compare
Choose a tag to compare

What's Changed

Fix

  • Fix bug for pydantic v1 where environment variables were not respected
  • Other minor pydantic fixes:
    • Replace deprecated gte field with gt for polling_interval
    • Correct usage of ConfigDict instead of SettingsConfigDict

Removal

  • Removes LemurModel.claude_instant1_2 and LemurModel.basic as they have been sunsetted by Anthropic

Full Changelog: 0.35.0...0.35.1

0.35.0

06 Nov 08:24
Compare
Choose a tag to compare

What's Changed

Features

  • Add Multichannel transcription support:
    • Add multichannel config field
    • Add multichannel response field
    • Add channel field to all responses with speaker field
    • Add audio_channels response field
    • Add unit tests
  • Use pydantic v2
    • Pydantic v1 is still supported, but the minimum required version is bumped to pydantic>=1.10.17

Fix

  • Fix custom_spelling bug where the custom_spelling property access incorrectly threw an error.
  • Don't bundle tests on publish by @EmersonDove in #94

New Contributors

Full Changelog: 0.34.0...0.35.0