Skip to content

Commit ce83895

Browse files
vbardablink1073
andauthored
langgraph-checkpoint-mongodb: remove langgraph dependency (#85)
Co-authored-by: Steven Silvester <[email protected]>
1 parent 964277e commit ce83895

File tree

3 files changed

+6
-35
lines changed

3 files changed

+6
-35
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.1 (2025/02/26)
6+
7+
- Remove dependency on `langgraph`.
8+
59
## Changes in version 0.1 (2024/12/13)
610

711
- Initial release, added support for `MongoDBSaver`.

libs/langgraph-checkpoint-mongodb/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langgraph-checkpoint-mongodb"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Library with a MongoDB implementation of LangGraph checkpoint saver."
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"langgraph-checkpoint>=2.0.0",
13-
"langgraph>=0.2.55",
1413
"pymongo>=4.9,<4.12",
1514
"motor>3.5.0",
1615
]
@@ -19,7 +18,6 @@ dependencies = [
1918
dev = [
2019
"anyio>=4.4.0",
2120
"langchain-core>=0.3.29",
22-
"langgraph>=0.2.61",
2321
"langgraph-checkpoint>=2.0.9",
2422
"pytest-asyncio>=0.21.1",
2523
"pytest>=7.2.1",

libs/langgraph-checkpoint-mongodb/uv.lock

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

0 commit comments

Comments
 (0)