Skip to content

Commit 0a5c7a4

Browse files
committed
fix(deps): update dependency langgraph-checkpoint to v4 [security]
1 parent 87832ad commit 0a5c7a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libs/admin-api-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protobuf = ">=5.29.6,<6.0.0"
131131
langchain-experimental = "^0.4.0"
132132
nltk = "^3.9.2"
133133
starlette = ">=0.49.1"
134-
langgraph-checkpoint = ">=3.0.0,<4.0.0"
134+
langgraph-checkpoint = ">=4.0.0,<4.1.0"
135135

136136
[tool.pytest.ini_options]
137137
log_cli = true

libs/rag-core-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ langfuse = "^3.10.1"
4343
marshmallow = "^3.26.2"
4444
langchain-text-splitters = "^1.0.0"
4545
starlette = ">=0.49.1"
46-
langgraph-checkpoint = ">=3.0.0,<4.0.0"
46+
langgraph-checkpoint = ">=4.0.0,<4.1.0"
4747

4848
[tool.poetry.group.test.dependencies]
4949
pytest = "^8.3.5"

0 commit comments

Comments
 (0)