I am using Django with Django-Drf to write a restful BE.
I am also using drf-yasg to generate the swagger scheme for my service.
Unfortunately, drf-yasg does not yet support OpenApi3, and it doesn't look like it's going to in the foreseeable future.
Is there an alternative to drf-yasg, that does support Openapi 3 I can use together with Django-Drf?