feat: remove retired lucy-vton-2 and lucy-vton-3 model IDs - #68
Merged
Merged
Conversation
AdirAmsalem
approved these changes
Sep 14, 2026
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
lucy-vton-2,lucy-vton-3and the deprecated aliaslucy-2.1-vton-2from theRealTimeModels/VideoModelsliterals,MODEL_ALIASESand both model registries indecart/models.py.lucy-vton-3.5and the server-resolvedlucy-vton-latestalias are unchanged.lucy-vton-latest; tests updated (deprecation-once test now useslucy-pro-v2v).Same shape as #49 (retired Lucy 2 IDs). Mirrors DecartAI/sdk#205. The public literals narrow, so this warrants a minor bump (0.2.0) rather than a patch.
Test plan
uv run pytest: 86 passeduv run ruff check decart tests: cleanuv run mypy decart: the same 37 pre-existing errors asmain, none inmodels.pyhttps://claude.ai/code/session_01TNMMxPdhY2U2YZpnbKxZEN
Note
Medium Risk
Narrowing public model literals is a breaking SDK change for anyone still referencing retired VTON IDs, though that aligns with server-side retirement.
Overview
Retires
lucy-vton-2,lucy-vton-3, and the deprecated aliaslucy-2.1-vton-2from the SDK’s typed model surface: they are dropped fromRealTimeModels/VideoModels,MODEL_ALIASES, and the realtime/video registries indecart/models.py.lucy-vton-3.5and server-resolvedlucy-vton-lateststay supported.Docs and dev tooling now steer try-on at the latest alias: the video try-on example and playground realtime list use
lucy-vton-latestinstead oflucy-vton-3. Tests shed coverage for the removed IDs; the “deprecation warning only once” case now exerciseslucy-pro-v2vinstead of the removed VTON alias.Callers still passing the old IDs will fail type checking / model lookup rather than hitting retired job/stream paths—same pattern as prior Lucy ID retirements.
Reviewed by Cursor Bugbot for commit 7522faa. Bugbot is set up for automated code reviews on this repo. Configure here.