Skip to content

Commit 4e4451a

Browse files
authored
Prepare for langgraph-checkpoint-mongodb 0.1.3 (#111)
1 parent 681329f commit 4e4451a

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

libs/langgraph-checkpoint-mongodb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
---
44

5+
## Changes in version 0.1.3 (2025/04/01)
6+
7+
- Add compatibility with `pymongo.AsyncMongoClient`.
8+
59
## Changes in version 0.1.2 (2025/03/26)
610

711
- Add compatibility with `langgraph-checkpoint` 2.0.23.

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.1.2"
7+
version = "0.1.3"
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

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

0 commit comments

Comments
 (0)