oxan/djangorestframework-dataclasses

PEP 695 type alias support

oxan opened this issue · 0 comments

oxan commented

PEP 695/Python 3.12 introduced support for type aliases, which needs to be supported. The abbreviated type parameter syntax included in the same PEP probably already works, but needs tests.