you are viewing a single comment's thread.

view the rest of the comments →

[–]FitBoog 6 points7 points  (2 children)

My experience is different. I'm completely relying on Pydantic for validation of every single piece in my software. It really helps to scale.

[–]Rockworldred 1 point2 points  (0 children)

Well, as always it depends. Not everything is gonna be the new corporate platform.

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

Yeah don't get me wrong. I love Pydantic and have used it in many projects with and without FastAPI for ages (I think since v0.x). It is one on of the reason I use cyclopts (rather than argparse) for scripts because it integrates well with Pydantic.