Skip to content

Commit a42c0b6

Browse files
Update pymongo requirement from <4.15,>=4.12 to >=4.12,<4.16 in /libs/langgraph-checkpoint-mongodb (#206)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
1 parent 25af74c commit a42c0b6

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.12,<4.15",
14+
"pymongo>=4.12,<4.16",
1515
]
1616

1717
[dependency-groups]

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)