v3.0.1

potpie-ai/potpiev3.0.1Jun 30, 2026by lyogavin

AI Summary

This is a patch release focused on fixing installation errors and improving dependency handling.

Key Highlights

  • Fixes `ModuleNotFoundError: sentencepiece` on clean installs by adding the module as a declared dependency.
  • Model-family imports are now defensive, ensuring missing optional dependencies do not break the entire package.

Full Release Notes

## AirLLM v3.0.1

Patch release.

- **Fix:** `import airllm` failed on a clean install with `ModuleNotFoundError: No module named 'sentencepiece'`. `sentencepiece` is now a declared dependency, so `pip install airllm` works out of the box.
- Model-family imports are now defensive: a missing optional dependency for one niche model family no longer breaks the whole package — the generic streaming path always loads.

### Upgrade
```bash
pip install --upgrade airllm
```