Skip to content

Commit d325c15

Browse files
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](mongodb/mongo-python-driver@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] <[email protected]>
1 parent 84ff2d6 commit d325c15

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
@@ -188,7 +188,7 @@ optional-dependencies.mongodb = [
188188
optional-dependencies.pymongo = [
189189
"jessiql==1.0.0rc1",
190190
"pandas<2.2",
191-
"pymongo<4.9",
191+
"pymongo<4.13",
192192
"sqlalchemy<2",
193193
]
194194
optional-dependencies.release = [

0 commit comments

Comments
 (0)