diff --git a/doc/changelog.rst b/doc/changelog.rst index 9a840e6e2..4f84e38a3 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -46,6 +46,10 @@ PyMongo 4.7 brings a number of improvements including: - Deprecated :attr:`pymongo.write_concern.WriteConcern.wtimeout` and :attr:`pymongo.mongo_client.MongoClient.wTimeoutMS`. Use :meth:`~pymongo.timeout` instead. +.. warning:: PyMongo depends on ``dnspython``, which released version 2.6.1 with a fix for + `CVE-2023-29483 `_. We do not explicitly require + that version, but we strongly recommend that you install at last that version in your environment. + Unavoidable breaking changes ............................