PyMongo 4.11 Released

We are pleased to announce the 4.11 release of PyMongo - MongoDB’s Python Driver.

Changes in Version 4.11.0

Warning

PyMongo 4.11 drops support for Python 3.8 and PyPy 3.9: Python 3.9+ or PyPy 3.10+ is now required.

Warning

PyMongo 4.11 drops support for MongoDB 3.6. PyMongo now supports MongoDB 4.0+. Driver support for MongoDB 3.6 reached end of life in April 2024.

Warning

Driver support for MongoDB 4.0 reaches end of life in April 2025. A future minor release of PyMongo will raise the minimum supported MongoDB Server version from 4.0 to 4.2. This is in accordance with MongoDB Software Lifecycle Schedules. Support for MongoDB Server 4.0 will be dropped in a future release!

Warning

This version does not include wheels for ppc64le or s390x architectures, see PYTHON-5058 for more information.

PyMongo 4.11 brings a number of changes including:

Issues Resolved

See the PyMongo 4.11 release notes in JIRA for the list of resolved issues in this release.