Skip to content

Commit 60437a0

Browse files
s0h3ylAssemblyAI
andauthored
fix: add channel to UtteranceWord class (#8)
Co-authored-by: AssemblyAI <[email protected]>
1 parent ce899c7 commit 60437a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assemblyai/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,7 @@ class Word(BaseModel):
10721072

10731073

10741074
class UtteranceWord(Word):
1075+
channel: Optional[str]
10751076
speaker: Optional[str]
10761077

10771078

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="assemblyai",
10-
version="0.4.1",
10+
version="0.4.2",
1111
description="AssemblyAI Python SDK",
1212
author="AssemblyAI",
1313
author_email="[email protected]",

0 commit comments

Comments
 (0)