Skip to content

Commit 73f0c35

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.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4acd877 commit 73f0c35

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

0 commit comments

Comments
 (0)