A route has a broad return annotation and response_model=PublicUser. Which shape does Fas…

from FastAPI
FastAPI 0.141.1 / Python 3.14 intermediate 1 min

A route has a broad return annotation and response_model=PublicUser. Which shape does FastAPI use for response validation and filtering?

Report an error