revert: "chore: remove _experimental/out" (#31546) - #31904
Merged
yuneng-berri merged 1 commit intoJul 1, 2026
Conversation
This reverts commit 72bcb74.
Contributor
|
Too many files changed for review. ( |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ryan-crabbe-berri
approved these changes
Jul 1, 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.
Relevant issues
Reverts #31546
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer reviewDelays in PR merge?
If you're seeing a delay in your PR being merged, ping the LiteLLM Team on Slack (#pr-review).
Screenshots / Proof of Fix
With the export restored, a proxy started from a plain git checkout serves the bundled admin UI again without running the dashboard build first:
tests/test_litellm/proxy/test_proxy_server.py(which this revert also restores to its pre-#31546 state) passes: 214 passedType
🧹 Refactoring
Changes
Clean
git revertof the #31546 squash commit (72bcb74), no conflicts. It restores the committed admin UI export underlitellm/proxy/_experimental/out/and rolls back the changes that made the codebase tolerate its absence: theget_faviconswagger fallback, thecheck_dir=Falsestatic mounts, the module-level_restructure_ui_html_files, themkdir -pin the UI build scripts, the.gitignoreentry, and the synthetic-export rewrite oftest_admin_ui_export_serves_nested_extensionless_routesFour commits landed on
litellm_internal_stagingafter #31546 that touchproxy_server.py(#31775, #31754, #31753, #31578); they are in unrelated areas (MCP registry hydration, audit logging, spend counters) and the revert applied without touching their hunks