Files
cavepediav2/web/agent/pyproject.toml
Paul Walko a980f689bb
All checks were successful
Build and Push Agent Docker Image / build (push) Successful in 1m3s
Build and Push Poller Docker Image / build (push) Successful in 1m4s
Build and Push Web Docker Image / build (push) Successful in 3m26s
3.14 -> 3.13
2025-12-12 18:03:48 +01:00

21 lines
503 B
TOML

[project]
name = "vpi-1000"
version = "1.0.0"
description = "VPI-1000"
requires-python = ">=3.13"
dependencies = [
"langchain==1.1.0",
"langgraph==1.0.4",
"langsmith>=0.4.49",
"anthropic>=0.40.0",
"fastapi>=0.115.5,<1.0.0",
"uvicorn>=0.29.0,<1.0.0",
"python-dotenv>=1.0.0,<2.0.0",
"langgraph-cli[inmem]>=0.4.7",
"langchain-google-genai>=2.1.0",
"langchain-mcp-adapters>=0.1.0",
"docstring-parser>=0.17.0",
"jsonschema>=4.25.1",
"copilotkit>=0.1.0",
]