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
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.
0 commit comments