FastAPI Healthchecks provides a simple, configurable healthcheck endpoint for FastAPI applications. Version 1.1.0 supports customizable health checks, async checks, and integration with monitoring tools. Released as needed, currently active.
pip install fastapi-healthchecksNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers a basic healthcheck endpoint at /health.
Replace `healthcheck=your_check` with `checks=[your_check]`.
Call register() inside @app.on_event('startup') or during app initialization.Migrate to `checks` parameter as a list of callables.
No resource links recorded.