Skip to content

Commit

Permalink
langgraph: bump checkpoint (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Sep 30, 2024
1 parent 8654365 commit cb8db21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions libs/langgraph/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/langgraph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph"
version = "0.2.29"
version = "0.2.30"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
license = "MIT"
Expand All @@ -10,7 +10,7 @@ repository = "https://www.github.com/langchain-ai/langgraph"
[tool.poetry.dependencies]
python = ">=3.9.0,<4.0"
langchain-core = ">=0.2.39,<0.4"
langgraph-checkpoint = "^1.0.13"
langgraph-checkpoint = "^1.0.14"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
Expand Down

0 comments on commit cb8db21

Please sign in to comment.