Skip to content

Commit fcf2c32

Browse files
authored
langgraph-checkpoint-aws: release 0.1.2 (#614)
1 parent 62b0d0e commit fcf2c32

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

libs/langgraph-checkpoint-aws/langgraph_checkpoint_aws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
LangGraph Checkpoint AWS - A LangChain checkpointer implementation using Bedrock Session Management Service.
33
"""
44

5-
__version__ = "0.1.1"
5+
__version__ = "0.1.2"
66
SDK_USER_AGENT = f"LangGraphCheckpointAWS#{__version__}"

libs/langgraph-checkpoint-aws/poetry.lock

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

libs/langgraph-checkpoint-aws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langgraph-checkpoint-aws"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A LangChain checkpointer implementation that uses Bedrock Session Management Service to enable stateful and resumable LangGraph agents."
99
authors = []
1010
license = "MIT"
@@ -41,7 +41,7 @@ pytest-asyncio = ">=0.26.0"
4141
optional = true
4242

4343
[tool.poetry.group.test_integration.dependencies]
44-
langchain-aws = ">=0.2.30"
44+
langchain-aws = ">=0.2.31"
4545

4646
[tool.poetry.group.lint]
4747
optional = true

0 commit comments

Comments
 (0)