Hacker News new | ask | show | jobs
by highpost 1203 days ago
pydantic 2.0 should arrive this Spring with lots of Rust enhancements.

https://docs.pydantic.dev/blog/pydantic-v2/

1 comments

But it's designed by the same people whose .so binary module somehow manages to be slower than a .py script :)

Anyway we will see when it comes.

This week at work I was just appreciating that typedload just works with static type checkers without having to install plugins (and all the type errors of pydantic won't be reported unless you do install the plugin).