Skip to content

Commit 1dbfee3

Browse files
Update pymongo requirement from ~=4.9.0 to >=4.9,<4.12 in /libs/langgraph-checkpoint-mongodb (#76)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent 12fa3a6 commit 1dbfee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/langgraph-checkpoint-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.9"
1111
dependencies = [
1212
"langgraph-checkpoint>=2.0.0",
1313
"langgraph>=0.2.55",
14-
"pymongo~=4.9.0",
14+
"pymongo>=4.9,<4.12",
1515
"motor>3.5.0",
1616
]
1717

libs/langgraph-checkpoint-mongodb/uv.lock

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

0 commit comments

Comments
 (0)