Skip to content

Commit

Permalink
Update motor requirement in /python
Browse files Browse the repository at this point in the history
Updates the requirements on [motor](https://github.com/mongodb/motor) to permit the latest version.
- [Release notes](https://github.com/mongodb/motor/releases)
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst)
- [Commits](mongodb/motor@3.3.2...3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 6b1079c commit d85dd1b
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 @@ -74,7 +74,7 @@ hugging_face = [
]
mongo = [
"pymongo >= 4.8.0, < 4.9",
"motor >= 3.3.2,< 3.6.0"
"motor >= 3.3.2,< 3.7.0"
]
notebooks = [
"ipykernel ~= 6.29"
Expand Down

0 comments on commit d85dd1b

Please sign in to comment.