We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b7a01 commit 76b4536Copy full SHA for 76b4536
1 file changed
assemblyai/types.py
@@ -1823,10 +1823,9 @@ class ListTranscriptParameters(BaseModel):
1823
throttled_only: Annotated[
1824
Optional[bool],
1825
Field(
1826
- default=None,
1827
deprecated="`throttled_only` is deprecated and will be removed in a future release.",
1828
),
1829
- ]
+ ] = None
1830
"Get only throttled transcripts, overrides the status filter"
1831
1832
model_config = ConfigDict(use_enum_values=True)
0 commit comments