PYTHON-4376 Document recommended dnspython version (#1610)

This commit is contained in:
Steven Silvester 2024-04-19 10:55:20 -05:00 committed by GitHub
parent a421c662e6
commit a1def1542a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <https://www.cve.org/CVERecord?id=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
............................