1.3.2
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_bootstrapno longer crashes underlite-bootstrap[litestar]
without prometheus-client.litestar_bootstrapperimported
litestar.plugins.prometheus(which requiresprometheus_client) under the
is_litestar_installedguard, but thelitestarextra does not install
prometheus-client — onlylitestar-metricsdoes. Sopip install lite-bootstrap[litestar]followed byimport lite_bootstrapraised 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