Reading a completed transcript raised pydantic_core._pydantic_core.ValidationError: 1 validation error for TranscriptResponse with chapters.0.gist and Field required [type=missing, ...], because the API returned chapter objects without a gist key while the SDK model required it. The reporter's own response JSON showed the missing key plainly. Maintainer ccampbell-aai confirmed the fix landed in PR #162: upgrade to any SDK version above 0.49, with 1.1.0 being the latest at the time.