PyMongo 4.13.2 Released

We are pleased to announce the release of PyMongo 4.13.2, which includes two bug fixes:

  • Fixed a bug where AsyncMongoClient would block the event loop while creating new connections,
    potentially significantly increasing latency for ongoing operations.
  • Fixed a bug that resulted in confusing error messages after hostname verification errors when using PyOpenSSL.