0.12.5

ictnlp/LLaMA-Omni0.12.5Mar 25, 2026by MagMueller

AI Summary

A security-focused release that removes the `litellm` library from core dependencies following a known supply chain attack.

Key Highlights

  • Removed litellm from core dependencies in response to supply chain attack
  • ChatLiteLLM wrapper is preserved but requires separate installation
  • Addressed litellm versions 1.82.7 & 1.82.8 backdoor issues

Breaking Changes

  • pip install browser-use no longer installs litellm

Full Release Notes

## Security fix

Remove `litellm` from core dependencies in response to the litellm supply chain attack (versions 1.82.7 & 1.82.8 backdoored on March 24, 2026).

- `pip install browser-use` no longer installs litellm
- `ChatLiteLLM` wrapper is preserved — install litellm separately if needed: `pip install litellm`

See: https://github.com/browser-use/browser-use/pull/4515