Custom attribute defined in lifespan function on localhost, but not on Vercel
I have a simple FastAPI application. It has a lifespan function that defines a custom attribute on the app object (an HTTPX AsyncClient), and a route function that tries to access said attribute.