# Core FastAPI dependencies (fixed versions for compatibility) fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 # HTTP client for API calls httpx # File handling python-multipart # ONNX related dependencies onnx onnxruntime onnxoptimizer # Image processing Pillow opencv-python # Utilities python-dotenv