Closed intgr closed 2 years ago
Man, Python typing is a mess. Why do we need another module defining types? :disappointed:
Heh. The types
module has existed way longer than typing
. I assume there's a distinction between the two, but I'm as puzzled as you are about what that distinction is. :)
Thanks!
Thanks also for developing and maintaining djangorestframework-dataclasses, we've been very happy with it!
I would like to start using this feature in January. If you could publish a release, that would be great. :)
Sorry, this got lost in the holiday shuffle. Released now!
Allow using the new
X | None
union syntax for specifying optional fields in Python 3.10+ (PEP 604).