You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bum version to 1.1.0
* Upgrade many of the dependencies to much newer version
* Fix github workflow to use newer ubuntu runner
* Suport multiple DB connections by naming respective health-provider and composing them
Lastest fastapi is having issues rendering nested dataclasses
FastAPI is not properly encoding the nexted HealthSummary - child members/keys
aren't included.
Once method's return changed to `object` the JSON is rendered as expected.