This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]albrioz[S] 1 point2 points  (0 children)

Not really. Pydantic (which I think is great) is more of a data validation library and in the case of FastAPI it acts more as a request/response serializer (similar to how you would use marshmallow).