This example shows how to use Quart+uvicorn on Vercel with Serverless Functions using the Python Runtime.
https://quart-uvicorn-template.vercel.app/
This example uses the ASGI (uvicorn) and Quart to enable handling requests on Vercel with Serverless Functions.
npm i -g vercel
vercel devYour Quart application is now available at http://localhost:3000.
Deploy the example using Vercel: