# FastAPI & Server fastapi==0.115.0 uvicorn[standard]==0.30.6 python-multipart==0.0.9 # Database sqlalchemy[asyncio]==2.0.35 asyncpg==0.29.0 alembic==1.13.2 # Authentication python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 bcrypt==4.2.0 # Validation & Settings pydantic==2.9.2 pydantic-settings==2.5.2 email-validator==2.2.0 # LangGraph & LLM langgraph==0.2.34 langchain==0.3.3 langchain-openai==0.2.2 langchain-anthropic==0.2.3 langchain-google-genai>=2.0.0 langchain-groq==0.2.0 # Background Tasks celery==5.4.0 redis==5.1.1 flower==2.0.1 # HTTP & Search Tools httpx==0.27.2 tavily-python==0.5.0 # Utilities python-dotenv==1.0.1 # Testing pytest==8.3.3 pytest-asyncio==0.24.0 httpx==0.27.2 # Development black==24.8.0 ruff==0.6.8