From 4226bbce7292b66707c0150ff99e21c00798e77e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:01:40 +0000 Subject: [PATCH] Update pymongo requirement from <=4.16.0 to <=4.17.0 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/0.4pre...4.17.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.17.0 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 4ccd648c3e..5dc0cb8376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pydantic-settings>=2.0.3", "pydantic>=2.0.1", "pymatgen>=2024.11.13", - "pymongo<=4.16.0", + "pymongo<=4.17.0", ] [project.optional-dependencies]