feat!: remove LeMUR support - #228
Merged
Merged
Conversation
The LeMUR API has been shut down, so drop the entire surface for the upcoming major release: the Lemur client and its types, the lemur_* HTTP helpers, the Transcript/TranscriptGroup .lemur properties, and the Sourcable marker base class (its only purpose was typing LeMUR sources). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ccampbell-aai
marked this pull request as ready for review
August 12, 2026 20:39
aurpsis-aai
approved these changes
Aug 12, 2026
jhazenaai
approved these changes
Aug 12, 2026
jhazenaai
left a comment
Contributor
There was a problem hiding this comment.
seems fine as long as e2e still working for what's left
ccampbell-aai
added a commit
that referenced
this pull request
Aug 12, 2026
The 0.66.00 slot was taken by the LeMUR removal (#228) this branch is now rebased onto. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The LeMUR API has been shut down, so this removes the entire LeMUR surface from the SDK ahead of the major release:
assemblyai/lemur.py— theLemurclient module, deletedassemblyai/types.py—LemurErrorand all 23Lemur*request/response/model classes, plus the now-unuseddatetimeandTYPE_CHECKINGimportsassemblyai/api.py— the LeMUR endpoint constants and all sixlemur_*HTTP helpers (including theassemblyai.apibackwards-compat re-export oflemur_task)assemblyai/__init__.py— theLemurexport and 15 type re-exportsprerecorded/v2— theTranscript.lemur/TranscriptGroup.lemurproperties; theirdelete_by_idannotations now reference the localTranscriptclass instead oftypes.TranscriptSourcable— removed; this empty marker base class ofTranscript/AsyncTranscriptexisted only to type LeMUR sources and was never exportedtest_lemur.py, LeMUR factories, and README/CLAUDE.md mentions removed; the"Lemur"keyterm example string was renamed to"Universal"to keep the repo grep-cleanTest plan
grep -rniE 'lemur|sourcable'repo-wide → no hitsformat --check+check(CI-pinned version) on changed files → cleanpytest tests/unit→ 396 passed; only failures are pre-existingpyaudio-missing ones (test_extras.py×2,test_imports.py×1)🤖 Generated with Claude Code