v2.5.10
March 17, 2026
Use MongoDB reliably in async agents and workflows
Resolved an incorrect import of the pymongo async modules that could cause runtime failures when using MongoDB with async agents or workflows. The import now correctly references the async-compatible pymongo interfaces.
Details:
- Fixes a broken import path for
pymongoasync modules in the MongoDB database backend - Resolves runtime errors encountered when running async agents or workflows with MongoDB storage
- No configuration changes required; upgrading applies the fix automatically
