Skip to content

Commit ac16507

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

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
@@ -178,7 +178,7 @@ mongodb = [
178178
pymongo = [
179179
"jessiql==1.0.0rc1",
180180
"pandas==2.1.*",
181-
"pymongo<4.9",
181+
"pymongo<4.11",
182182
"sqlalchemy<2",
183183
]
184184
release = [

0 commit comments

Comments
 (0)