AntiPattern
Startup Imports and Entrypoints
mismatched-python-entrypoint-imports
FastAPI/Uvicorn containers fail or hang because the app’s import/entrypoint assumptions don’t match the runtime environment, causing import errors (e.g., typing/Annotated), CLI argument conflicts, or event-loop misuse during startup.