From c5396ba60f06730d69d527fc98fbf0d3254f3474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 22:47:21 +0000 Subject: [PATCH] Update pymongo requirement from <4.10,>=3.10.1 to >=3.10.1,<4.13 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/3.10.1...4.12.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73b888de..a155f30c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,7 +198,7 @@ optional-dependencies.mongodb = [ optional-dependencies.pymongo = [ "jessiql==1.0.0rc1", "pandas<2.2", - "pymongo<4.9", + "pymongo<4.13", "sqlalchemy<2", ] optional-dependencies.release = [