oxan / djangorestframework-dataclasses

Dataclasses serializer for Django REST framework
BSD 3-Clause "New" or "Revised" License
431 stars 28 forks source link

Fix PEP 585 generics with forward references #53

Closed oxan closed 2 years ago

oxan commented 2 years ago

Fixes #52.

intgr commented 2 years ago

Thanks! I tested this with my original use case and it works now. :)