Makhfi_AI / pyproject.toml
Aasher's picture
refactor(db): migrate database operations to async/await
ce2db9f
raw
history blame
834 Bytes
[project]
name = "makhfi-ai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"asyncpg>=0.30.0",
"fastapi>=0.115.14",
"ipykernel>=6.29.5",
"langchain>=0.3.26",
"langchain-community>=0.3.27",
"langchain-google-genai>=2.1.6",
"langchain-groq>=0.3.5",
"langchain-pinecone>=0.2.8",
"langgraph>=0.5.0",
"langgraph-checkpoint-postgres>=2.0.23",
"langgraph-checkpoint-redis>=0.0.8",
"langmem>=0.0.28",
"mem0ai>=0.1.114",
"pinecone>=7.3.0",
"psycopg2-binary>=2.9.10",
"psycopg[binary]>=3.2.9",
"pydantic-settings>=2.10.1",
"python-dateutil>=2.9.0.post0",
"python-dotenv>=1.1.1",
"python-jose>=3.5.0",
"sqlmodel>=0.0.24",
"uvicorn[standard]>=0.35.0",
"websockets>=15.0.1",
]