# LightRAG Python Sidecar Dependencies # Core framework fastapi==0.104.1 uvicorn[standard]==0.24.0 python-dotenv==1.0.0 pydantic==2.5.0 pydantic-settings==2.1.0 # Data & ML numpy==1.24.3 pandas==2.0.3 scikit-learn==1.3.2 # Database psycopg2-binary==2.9.9 sqlalchemy==2.0.23 alembic==1.13.0 # Vector search qdrant-client==2.7.0 sentence-transformers==2.2.2 # LLM integrations ollama==0.1.0 requests==2.31.0 # Async utilities httpx==0.25.1 aiofiles==23.2.1 # Observability pydantic[email]==2.5.0 python-json-logger==2.0.7 # Testing pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 httpx-mock==0.27.0 # Development black==23.12.0 ruff==0.1.8 mypy==1.7.1