jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.01k stars 59 forks source link

Add support for PEP 746 #700

Open adriangb opened 3 weeks ago

adriangb commented 3 weeks ago

Also add some overloads to Meta to make it more type safe so e.g. Meta(gt=0, pattern=r'abc') is not allowed