jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML

Home Page:https://jcristharif.com/msgspec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update annotation parsing to work with PEP 649 in Python 3.13

jcrist opened this issue · comments

It looks like accessing __annotations__ is likely to change in Python 3.13.

References:

AFAICT none of this has actually landed in the cpython git repo yet - if/once it does we can start evaluating what changes are needed here.