Skip to content

Commit 0f8e549

Browse files
Update pymongo requirement from <4.13,>=4.10 to >=4.10,<4.14 in /libs/langgraph-checkpoint-mongodb (#152)
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 94fcaf7 commit 0f8e549

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.23,<3.0.0",
1313
"langchain-mongodb>=0.6.1",
14-
"pymongo>=4.10,<4.13",
14+
"pymongo>=4.10,<4.14",
1515
"motor>3.6.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.

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)