We are pleased to announce the release of PyMongo 4.13.1, which includes two bug fixes:
- Fixed a bug that could raise
ServerSelectionTimeoutError
when using timeouts withAsyncMongoClient
. - Fixed a bug that could raise
NetworkTimeout
errors on Windows.