Hacker News new | ask | show | jobs
by ddejohn 333 days ago
This. You also don't really need Pydantic unless you're de/serializing data from external sources. A dataclass is perfectly cromulent if you're just passing around data internally.