assistant_ai / pyproject.toml
Aakash jammula
change app
be4737f
raw
history blame contribute delete
461 Bytes
[project]
name = "assistant-ai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.12",
"langchain-core>=0.3.56",
"langchain-experimental>=0.3.4",
"langchain-google-genai>=2.1.3",
"langchain-tavily>=0.1.5",
"langgraph>=0.3.34",
"pydantic>=2.11.3",
"python-dotenv>=1.1.0",
"python-multipart>=0.0.20",
"uvicorn[standard]>=0.34.2",
]