From 1d0a2e639ef60a467e2987c0788cfac5365052eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:05:28 +0000 Subject: [PATCH] Update pymongo requirement in /python Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.8.0...4.15.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index ea73dffb2d93..efcd141aab10 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -107,7 +107,7 @@ mistralai = [ "mistralai >= 1.2,< 2.0" ] mongo = [ - "pymongo >= 4.8.0, < 4.15", + "pymongo >= 4.8.0, < 4.16", "motor >= 3.3.2,< 3.8.0" ] notebooks = [