Skip to content

Commit

Permalink
Update pymongo requirement in /python
Browse files Browse the repository at this point in the history
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.11)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent f459caf commit b217579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ hugging_face = [
"torch == 2.5.1"
]
mongo = [
"pymongo >= 4.8.0, < 4.11",
"pymongo >= 4.8.0, < 4.12",
"motor >= 3.3.2,< 3.7.0"
]
notebooks = [
Expand Down

0 comments on commit b217579

Please sign in to comment.