Skip to content

Commit

Permalink
[Release] 1.0.13 (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Sep 30, 2024
1 parent 78f3ee9 commit 9ad617b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
2 changes: 1 addition & 1 deletion libs/checkpoint/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint"
version = "1.0.12"
version = "1.0.13"
description = "Library with base interfaces for LangGraph checkpoint savers."
authors = []
license = "MIT"
Expand Down
25 changes: 7 additions & 18 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.28"
version = "0.2.29"
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.2"
langgraph-checkpoint = "^1.0.13"

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

0 comments on commit 9ad617b

Please sign in to comment.