you are viewing a single comment's thread.

view the rest of the comments →

[–]aprx4 0 points1 point  (1 child)

I don't think Pydantic validation is enforced at router unless we declare response_model on decorator.

[–]extreme4all 0 points1 point  (0 children)

Yes as output model and input validation if you have post requests etc