PyMongo 4.15.4 Released

We are pleased to announce the 4.15.4 release of PyMongo. This is a bugfix release that addresses the following:

  • Relaxes the callback type of `pymongo.asynchronous.client_session.AsyncClientSession.with_transaction` to allow the broader Awaitable type rather than only Coroutine objects.
  • Adds the missing Python 3.14 trove classifier to the package metadata.