Comment by morkalork Comment by morkalork 9 hours ago 1 reply Copy Link View on Hacker News Okay, so seeing pydantic types used in every part of an app not just the API layer is normal.
Copy Link reactordev 6 hours ago Collapse Comment - Yes. It’s the only way to ensure typing in a dynamic typed world. You can attrs, you can validate, but pydantic does it all. Reply View | 0 replies
Yes. It’s the only way to ensure typing in a dynamic typed world. You can attrs, you can validate, but pydantic does it all.