# ============================================================ # ABOS AI Worker – Python Dependencies # ============================================================ # Web framework fastapi==0.118.0 uvicorn[standard]==0.32.1 # Settings management pydantic-settings==2.7.0 # HTTP client (async, used for OpenRouter & webhook delivery) httpx==0.28.1 # PDF text extraction pdfplumber==0.11.4 PyPDF2==3.0.1 # Python multipart (required for FastAPI UploadFile support) python-multipart==0.0.20 # Model Context Protocol SDK — powers the /mcp tool-calling server (app/mcp_tools.py). mcp==1.29.0 # Test runner (tests/test_mcp_tools.py, tests/test_endpoints.py, tests/test_project_plan.py) pytest==8.3.5