# MCP server # Pinned below 2.0: mcp 2.0.0 removed `mcp.server.fastmcp`, which this # server imports. The unpinned floor pulled 2.0.0 into a rebuild on # 2026-08-11 and crash-looped zerto-docs with # "ModuleNotFoundError: No module named 'mcp.server.fastmcp'". # 2.0 also drops the [fastmcp] extra. Migrating to the 2.x API is a # deliberate piece of work — do not lift this pin without it. mcp[fastmcp]>=1.0.0,<2 pydantic>=2.0 httpx>=0.27 # Vector store + embeddings chromadb>=0.5.0 ollama>=0.4.0 # if using Ollama-hosted embedder; swap if not # Scraping (Phase 1; adjust per product) beautifulsoup4>=4.12 requests>=2.31 pypdf>=4.0 # PDF -> text for label extraction # playwright>=1.40 # uncomment if you need headless browser fallback # Evaluation numpy>=1.26 # Dev / utility python-dateutil>=2.8