Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions services/ai-backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==83.0.0", "wheel==0.47.0"]
requires = ["setuptools==83.0.0", "wheel==0.48.0"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -8,31 +8,31 @@ version = "0.1.0"
description = "Agent runtime foundation for the enterprise work surface"
requires-python = ">=3.13"
dependencies = [
"deepagents==0.7.4",
"ddgs==9.14.4",
"deepagents==0.7.13",
"ddgs==9.16.0",
"fastapi==0.141.1",
"langchain==1.3.14",
"langchain-openai==1.4.1",
"langchain-anthropic==1.5.4",
"langchain-google-genai==4.3.2",
"litellm==1.95.0",
"langgraph==1.2.10",
"langchain==1.4.0",
"langchain-openai==1.6.0",
"langchain-anthropic==1.7.1",
"langchain-google-genai==4.4.0",
"litellm==1.99.0",
"langgraph==1.2.11",
# Upstream authority for provider model metadata, pricing, and preflight
# token counting. Desktop packages it into the prebuilt runtime; it is never
# replaced by a locally-maintained per-model catalog.
"litellm==1.95.0",
"litellm==1.99.0",
# SQLite-backed LangGraph checkpointer for the single_user_desktop file store
# (durable graph/approval continuation across worker restart). Desktop path
# only; the in-memory backend keeps InMemorySaver. Pulls in aiosqlite.
"langgraph-checkpoint-sqlite==3.1.1",
"openai==2.53.0",
"anthropic==0.120.2",
"pydantic==2.13.4",
"pydantic-settings==2.14.2",
"python-dotenv==1.2.2",
"pydantic==2.13.5",
"pydantic-settings==2.15.0",
"python-dotenv==1.2.3",
"python-multipart==0.0.32",
"uvicorn==0.52.1",
"gunicorn==26.0.0",
"uvicorn==0.52.4",
"gunicorn==26.2.0",
"httpx==0.28.1",
# Retry/backoff for transient tool failures (agent_runtime.capabilities
# .retrying_tool). Already resolved transitively via langchain-core; declared
Expand Down
Loading
Loading