# Native async MongoDB support for higher throughput agents

> MongoDB clients now support Motor and PyMongo async libraries with improved error handling and typing.

- Published: 2025-11-27
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/native-async-mongodb-support-for-higher-throughput-agents
- Markdown: https://agno-com-nine.vercel.app/articles/native-async-mongodb-support-for-higher-throughput-agents.md

MongoDB clients now support Motor and PyMongo async libraries with improved error handling and typing. This enables non-blocking storage operations, better concurrency, and lower latency in async-first applications.

**Details**

- Drop-in async clients for faster, more scalable data operations
- Enhanced typing and error handling improve reliability and observability
- Reduces custom glue code for Python async stacks

**Who this is for:** Teams running high-QPS, async Python services that depend on MongoDB.
