No badges yet
No topics yet
No accepted solutions yet
FastAPI on Vercel Function: ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
I’m experiencing the exact same issue when running FastAPI with pydantic on Vercel Functions. I think it’s because `pydantic_core` is actually built with native code (Rust in this...