Hi there, just wanted to share a package I made to enable use of type annotations for automatic validation of view parameters in Django REST Framework, as well as auto-generation of serializer fields.
Github repo/docs : GitHub - rsinger86/drf-typed: Type hints for enhanced API views and serializers.
I’ve borrowed ideas from FastAPI.