Skip to content

Commit a4d7159

Browse files
Update pymongo requirement in /python
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@4.8.0...4.16.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20c91a3 commit a4d7159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ mistralai = [
106106
"mistralai >= 1.2,< 2.0"
107107
]
108108
mongo = [
109-
"pymongo >= 4.8.0, < 4.16",
109+
"pymongo >= 4.8.0, < 4.17",
110110
"motor >= 3.3.2,< 3.8.0"
111111
]
112112
notebooks = [

0 commit comments

Comments
 (0)