Skip to content

PyMongo 4.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 23:57
· 105 commits to master since this release
  • Fixed a bug where pymongo.asynchronous.mongo_client.AsyncMongoClient could deadlock.
  • Fixed a bug where PyMongo could fail to import on Windows if asyncio is misconfigured.
  • Fixed a bug where pymongo.results.UpdateResult.did_upsert would raise a TypeError.