Skip to content

Commit 1c242cc

Browse files
Prep for release of 0.2.1 (#212)
Contains `INTPYTHON-748` addressing langchain-ai/langgraph#6040
1 parent 0999e36 commit 1c242cc

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

libs/langgraph-checkpoint-mongodb/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
---
44

5-
## Changes in version 0.2.0 (2025.08.20)
5+
## Changes in version 0.2.1 (2025/09/25)
6+
7+
- Fixes bug when graph interrupted leading to DuplicateKeyError when TTL is set.
8+
9+
## Changes in version 0.2.0 (2025/08/20)
610

711
- Implements async methods of MongoDBSaver.
812
- Deprecates ASyncMongoDBSaver, to be removed in 0.3.0.

libs/langgraph-checkpoint-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langgraph-checkpoint-mongodb"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Library with a MongoDB implementation of LangGraph checkpoint saver."
99
readme = "README.md"
1010
requires-python = ">=3.9"

libs/langgraph-checkpoint-mongodb/uv.lock

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

uv.lock

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

0 commit comments

Comments
 (0)