0.12.5
xlmnxp/blue-recorder0.12.5Mar 25, 2026by MagMueller
AI Summary
A security release removing the litellm dependency due to a supply chain attack.
Key Highlights
- Removed litellm from core dependencies (versions 1.82.7 & 1.82.8 were backdoored)
- ChatLiteLLM wrapper is preserved but must be installed separately
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