langgraph: release 0.2.1 (#1250)

This commit is contained in:
Vadym Barda
2024-08-07 09:55:50 -04:00
committed by GitHub
parent 5cab47f751
commit fb8390e138
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1820,7 +1820,7 @@ types-requests = ">=2.31.0.2,<3.0.0.0"
[[package]]
name = "langgraph-checkpoint"
version = "1.0.1"
version = "1.0.2"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = "^3.9.0,<4.0"
@@ -4282,4 +4282,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.9.0,<4.0"
content-hash = "4da3823fc4a530f306ab8bf29f11cd01e868310b23417665d776024617b2a22e"
content-hash = "4ef9e25016072ce08554c8ff8d091104fb59da7cdab9a128312bd787e6f35146"
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph"
version = "0.2.0"
version = "0.2.1"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
license = "MIT"
@@ -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.27,<0.3"
langgraph-checkpoint = "^1.0.1"
langgraph-checkpoint = "^1.0.2"
[tool.poetry.group.dev.dependencies]