Skip to content

Commit b7e6d8f

Browse files
authored
Bump versions (#210)
bump starlette/langgraph-checkpoint Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 68cda2a commit b7e6d8f

2 files changed

Lines changed: 2118 additions & 2101 deletions

File tree

backend/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.13"
77
dependencies = [
88
"asyncpg>=0.30.0",
99
"faiss-cpu==1.12.0",
10-
"fastapi==0.116.1",
10+
"fastapi>=0.117.0",
1111
"fastmcp>=2.12.2",
1212
"google-cloud-storage>=2.19.0",
1313
"httpx>=0.28.1",
@@ -19,7 +19,8 @@ dependencies = [
1919
"langchain-huggingface==0.3.1",
2020
"langchain-mcp-adapters>=0.1.9",
2121
"langchain-ollama==0.3.6",
22-
"langgraph==0.6.6",
22+
"langgraph>=0.7.0",
23+
"langgraph-checkpoint>=3.0.0",
2324
"markdown==3.8.2",
2425
"myst-parser==4.0.1",
2526
"nest-asyncio>=1.6.0",
@@ -38,6 +39,7 @@ dependencies = [
3839
"sphinx-external-toc==1.0.1",
3940
"sphinxcontrib-mermaid==1.0.0",
4041
"sqlalchemy>=2.0.43",
42+
"starlette>=0.49.1",
4143
"unstructured==0.18.13",
4244
]
4345

0 commit comments

Comments
 (0)