unsloth/studio/backend
Daniel Han 76a2f17470
fix(studio): remove litellm dep (quarantined on PyPI) (#4553)
litellm has been quarantined on PyPI due to a supply chain attack
in version 1.82.8 (malicious credential-stealing .pth file).
No versions are currently installable, which blocks
`unsloth studio setup` at step 8/11 (data-designer deps).

Remove litellm from the single-env data-designer requirements
so setup completes. litellm can be re-added once PyPI lifts the
quarantine.

Ref: https://github.com/BerriAI/litellm/issues/24512
2026-03-24 07:10:26 -07:00
..
assets studio: improve onboarding UX, tooltips, and training defaults (#4355) 2026-03-17 07:46:07 -07:00
auth fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
core fix: system prompt ignored in unsloth inference (#4528) 2026-03-24 04:01:33 -07:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models feat(chat): server-side timings, context display & source hover cards (#4467) 2026-03-20 23:42:01 -07:00
plugins feat(studio): multi-file unstructured seed upload with better backend extraction (#4468) 2026-03-20 13:22:42 -07:00
requirements fix(studio): remove litellm dep (quarantined on PyPI) (#4553) 2026-03-24 07:10:26 -07:00
routes Fix Studio silently exiting on Windows without error output (#4527) 2026-03-22 08:23:03 -07:00
state Final cleanup 2026-03-12 18:28:04 +00:00
tests feat: support GGUF export for non-PEFT models + fix venv_t5 switching for local checkpoints (#4455) 2026-03-20 12:13:18 +04:00
utils fix(studio): prevent ModuleNotFoundError in dataset.map() on Windows (#4473) 2026-03-22 06:11:24 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
_platform_compat.py Fix Studio crash on Anaconda/conda-forge Python (#4484) 2026-03-22 05:36:55 -07:00
colab.py Fix Studio crash on Anaconda/conda-forge Python (#4484) 2026-03-22 05:36:55 -07:00
main.py Fix Studio crash on Anaconda/conda-forge Python (#4484) 2026-03-22 05:36:55 -07:00
run.py Fix Studio port conflict detection for loopback addresses (#4532) 2026-03-23 22:34:47 -07:00