Skip to content

Commit 10e120a

Browse files
authored
INTPYTHON-830 - Make langgraph-checkpoint-mongodb compatible with LangChain 1.0 (#274)
Patch build: https://spruce.mongodb.com/version/691db5122d827000078366c4/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC.
1 parent 043819a commit 10e120a

File tree

3 files changed

+98
-83
lines changed

3 files changed

+98
-83
lines changed

libs/langgraph-checkpoint-mongodb/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
dependencies = [
1212
"langgraph-checkpoint>=3.0.0",
13-
"langchain-mongodb<1.0.0",
13+
"langchain-mongodb>=0.8.0",
1414
"pymongo>=4.12,<4.16",
1515
]
1616

1717
[dependency-groups]
1818
dev = [
1919
"anyio>=4.4.0",
20-
"langchain-core>=0.3.55",
21-
"langchain-ollama>=0.2.2",
22-
"langchain-openai>=0.2.14",
23-
"langgraph>=0.3.23",
20+
"langchain-core>=1.0.0",
21+
"langchain-ollama>=1.0.0",
22+
"langchain-openai>=1.0.0",
23+
"langgraph>=1.0.0",
2424
"pytest-asyncio>=0.21.1",
2525
"pytest>=7.2.1",
2626
"pytest-mock>=3.11.1",

0 commit comments

Comments
 (0)