Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

0.41.0b1

21 May 14:21
7cc84a5
Compare
Choose a tag to compare
0.41.0b1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.40.2...0.41.0b1

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