We are pleased to announce the 4.15.1 release of PyMongo. This is a bugfix release that addresses the following:
- Fixed a bug in
pymongo.synchronous.encryption.ClientEncryption.encryptandpymongo.asynchronous.encryption.AsyncClientEncryption.encryptthat would cause aTypeErrorwhen usingpymongocrypt<1.16by passing an unsupportedtype_optsparameter even if Queryable Encryption text queries beta was not used. - Fixed a bug in
AsyncMongoClientthat caused aServerSelectionTimeoutErrorwhen used withuvicorn,FastAPI, oruvloop.