Skip to content

Commit f9a5c81

Browse files
committed
fix(deps): update dependency langgraph-checkpoint to v4 [security]
1 parent 35787d8 commit f9a5c81

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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"

libs/rag-core-lib/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/rag-core-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deprecated = "^1.2.18"
3232
openai = "^1.77.0"
3333
langchain-core = "^1.0.7"
3434
langchain-openai = "^1.0.3"
35-
langgraph-checkpoint = ">=3.0.0,<4.0.0"
35+
langgraph-checkpoint = ">=4.0.0,<4.1.0"
3636
boto3 = "^1.38.10"
3737
filelock = "^3.20.3"
3838
marshmallow = "^3.26.2"

0 commit comments

Comments
 (0)