# Core Memory System # v1.0.0 includes async by default, improved retrieval, and v1.1 API format mem0ai[graph]==1.0.0 # Web Framework fastapi==0.115.* uvicorn[standard]==0.32.* pydantic>=2.7.3,<3.0 pydantic-settings==2.6.* # MCP Server mcp==1.3.* # Database Drivers psycopg2-binary==2.9.* neo4j>=5.28.1,<6.0.0 vecs==0.4.* # OpenAI # mem0ai 1.0.0 requires openai>=1.90.0 with no upper limit openai>=1.90.0 # Ollama ollama>=0.4.0 # Utilities python-dotenv==1.0.* httpx==0.28.* pyyaml==6.0.* # Development pytest==8.3.* pytest-asyncio==0.24.* pytest-cov==6.0.* black==24.10.* ruff==0.8.* mypy==1.13.* # Monitoring prometheus-client==0.21.*