Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 07 Jun 07:58
· 568 commits to main since this release

Fixed

  • 📦 PyPI install actually works now. Hatchling's exclude took precedence over artifacts, causing every published wheel to ship without the frontend build. The app returned {"detail":"Not Found"} on all non-API routes. Switched to force-include (matching open-webui's approach), which unconditionally bundles cptr/frontend/build into the wheel regardless of exclude rules.