No badges yet
No accepted solutions yet
FastAPI on Vercel Function: ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
I can confirm that removing \`.python-version\` from the folder where the backend lives solves the problem.
FastAPI on Vercel Function: ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
I’m deploying a development branch as preview with a FastAPI backend located at src/api/index.py. When hitting the api/auth/me route, I’m getting a `ModuleNotFoundError: No module...