Skip to content

Commit 50c89a5

Browse files
Update pymongo requirement from <=4.10.1 to <=4.15.3
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](mongodb/mongo-python-driver@0.4pre...4.15.3) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85d06fe commit 50c89a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"pydantic-settings>=2.0.3",
3636
"pydantic>=2.0.1",
3737
"pymatgen>=2024.11.13,<2025.10.7",
38-
"pymongo<=4.10.1",
38+
"pymongo<=4.15.3",
3939
]
4040

4141
[project.optional-dependencies]

0 commit comments

Comments
 (0)