Skip to content

Commit 30edf63

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/4.11.3/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@3.10.1...4.11.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6752f7 commit 30edf63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)