mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
Some checks failed
* fix(tools): correct mongdb typo to pymongo in package_dependencies The `package_dependencies` field in `MongoDBVectorSearchTool` referenced the non-existent package `mongdb` instead of the actual PyPI package `pymongo`, which is the driver imported and used throughout the file. * chore: update tool specifications --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>