full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Typing problem when using the `example` attribute of the `Path` class

Open EwertonDCSilv opened this issue 1 year ago • 2 comments

I believe that keeping the restriction to Optional[Dict[str, Any]] makes the use of examples very rigid.

Wouldn't something like Optional[Union[str, Dict[str, Any]]] be more common?

image

EwertonDCSilv avatar Nov 08 '23 15:11 EwertonDCSilv

Nor is the typing of documentation examples included.

image image

EwertonDCSilv avatar Nov 08 '23 15:11 EwertonDCSilv

@tiangolo It would be important to add a step in the release process that checks the typing signature via mypy

EwertonDCSilv avatar Nov 08 '23 18:11 EwertonDCSilv