We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cda2a commit b7e6d8fCopy full SHA for b7e6d8f
2 files changed
backend/pyproject.toml
@@ -7,7 +7,7 @@ requires-python = ">=3.13"
7
dependencies = [
8
"asyncpg>=0.30.0",
9
"faiss-cpu==1.12.0",
10
- "fastapi==0.116.1",
+ "fastapi>=0.117.0",
11
"fastmcp>=2.12.2",
12
"google-cloud-storage>=2.19.0",
13
"httpx>=0.28.1",
@@ -19,7 +19,8 @@ dependencies = [
19
"langchain-huggingface==0.3.1",
20
"langchain-mcp-adapters>=0.1.9",
21
"langchain-ollama==0.3.6",
22
- "langgraph==0.6.6",
+ "langgraph>=0.7.0",
23
+ "langgraph-checkpoint>=3.0.0",
24
"markdown==3.8.2",
25
"myst-parser==4.0.1",
26
"nest-asyncio>=1.6.0",
@@ -38,6 +39,7 @@ dependencies = [
38
39
"sphinx-external-toc==1.0.1",
40
"sphinxcontrib-mermaid==1.0.0",
41
"sqlalchemy>=2.0.43",
42
+ "starlette>=0.49.1",
43
"unstructured==0.18.13",
44
]
45
0 commit comments