Fixed PyInstaller build error on Windows: "ModuleNotFoundError: No module named 'fastapi'" Added to hiddenimports: - FastAPI and its core modules - Starlette (FastAPI framework base) - Pydantic (data validation) - anyio, sniffio (async libraries) - h11, websockets (protocol implementations) - requests and dependencies (for server sync client) This ensures all web server dependencies are bundled in the executable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3.0 KiB
3.0 KiB