Skip to content

Commit 290f71a

Browse files
Update pymongo requirement from <4.10,>=3.10.1 to >=3.10.1,<4.12
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.11.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4dae27e commit 290f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ optional-dependencies.mongodb = [
179179
optional-dependencies.pymongo = [
180180
"jessiql==1.0.0rc1",
181181
"pandas<2.2",
182-
"pymongo<4.9",
182+
"pymongo<4.12",
183183
"sqlalchemy<2",
184184
]
185185
optional-dependencies.release = [

0 commit comments

Comments
 (0)