PyMongoCrypt 1.10.0 Released

The PyMongo team is pleased to announce the 1.10.0 release of PyMongoCrypt - the Python bindings for libmongocrypt.

This release has the following changes:

  • Add Python async support.
  • Drop support for Python 3.7 and PyPy 3.8. Python >=3.8 or PyPy >=3.9 is now required.
  • Add support for range-based Queryable Encryption with the new “range” algorithm on MongoDB 8.0+. This replaces the experimental “rangePreview” algorithm.
  • Add Secure Software Development Life Cycle automation to release process. GitHub Releases for pymongocrypt now include a Software Bill of Materials, and signature files corresponding to the distribution files released on PyPI.