fastapi icon indicating copy to clipboard operation
fastapi copied to clipboard

:goal_net: Catch PydanticUndefinedAnnotation in `create_response_field` and outline a clearer error message

Open mchataigner opened this issue 7 months ago • 0 comments

This exception may be raised when having some unresolvable forward refs. Most probably when trying to return a complex SQLAlchemy object.

mchataigner avatar Jul 16 '24 22:07 mchataigner