Skip to content

1.3.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:18
· 7 commits to main since this release
56ba454

lite-bootstrap 1.3.2 — fix lite-bootstrap[litestar] import

1.3.2 is a patch release. Fully backward compatible with 1.3.1.

Bug fixes

  • import lite_bootstrap no longer crashes under lite-bootstrap[litestar]
    without prometheus-client.
    litestar_bootstrapper imported
    litestar.plugins.prometheus (which requires prometheus_client) under the
    is_litestar_installed guard, but the litestar extra does not install
    prometheus-client — only litestar-metrics does. So pip install lite-bootstrap[litestar] followed by import lite_bootstrap raised litestar's
    MissingDependencyException: prometheus_client. The import is now guarded by
    prometheus-client presence too (its only uses are inside the metrics
    instrument, already gated on that package). Found by a new per-extra isolation
    install-check in CI.

References

  • planning/changes/2026-07-19.04-extra-isolation-install-check.md