Skip to content

Commit 9cb856b

Browse files
authored
release(langgraph-checkpoint-aws): 1.0.0 (#706)
1 parent 1b61386 commit 9cb856b

File tree

3 files changed

+583
-497
lines changed

3 files changed

+583
-497
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
@@ -10,7 +10,7 @@
1010
AgentCoreMemoryStore,
1111
)
1212

13-
__version__ = "0.2.0"
13+
__version__ = "1.0.0"
1414
SDK_USER_AGENT = f"LangGraphCheckpointAWS#{__version__}"
1515

1616
# Expose the saver class at the package level

libs/langgraph-checkpoint-aws/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ authors = []
77
license = {text = "MIT"}
88
requires-python = ">=3.10"
99
dependencies = [
10-
"langgraph-checkpoint>=2.1.1",
11-
"langgraph>=1.0.0.a4",
10+
"langgraph-checkpoint>=2.1.2",
11+
"langgraph>=1.0.0",
1212
"boto3>=1.40.19",
1313
]
1414
name = "langgraph-checkpoint-aws"
15-
version = "1.0.0a1"
15+
version = "1.0.0"
1616
description = "A LangChain checkpointer implementation that uses Bedrock Session Management Service to enable stateful and resumable LangGraph agents."
1717
readme = "README.md"
1818
keywords = ["aws", "bedrock", "langchain", "langgraph", "checkpointer"]
@@ -33,8 +33,8 @@ test = [
3333
"pytest-asyncio>=0.26.0"
3434
]
3535
test_integration = [
36-
"langchain>=1.0.0.a10",
37-
"langchain-aws>=0.2.33",
36+
"langchain>=1.0.0",
37+
"langchain-aws>=1.0.0",
3838
]
3939
lint = [
4040
"ruff>=0.12.10",

0 commit comments

Comments
 (0)