feat(health): expose app version in GET /health (#717) #719

Merged
bot-reviewer merged 1 commit from feat/717-health-version into main 2026-05-30 12:15:06 +00:00

1 commit

Author SHA1 Message Date
d07d10f1df feat(health): expose app version in GET /health
Surface the deployed app version (app.version, = pyproject 0.1.0) in the
health response for observability. Reuses the FastAPI instance attribute —
no new settings field, no runtime pyproject parsing.

Refs #717
2026-05-30 15:13:03 +03:00