It seems that you can include WSGI into Flask, Django, but I don't see any method to run fastapi on a WSGI server.
https://fastapi.tiangolo.com/advanced/wsgi/
Maybe you need to rely on Gunicron, Uvicorn or xxicron, then set OpenLiteSpeed as a reverse proxy.
More...