Skip to content

Commit a1def15

Browse files
authored
PYTHON-4376 Document recommended dnspython version (#1610)
1 parent a421c66 commit a1def15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ PyMongo 4.7 brings a number of improvements including:
4646
- Deprecated :attr:`pymongo.write_concern.WriteConcern.wtimeout` and :attr:`pymongo.mongo_client.MongoClient.wTimeoutMS`.
4747
Use :meth:`~pymongo.timeout` instead.
4848

49+
.. warning:: PyMongo depends on ``dnspython``, which released version 2.6.1 with a fix for
50+
`CVE-2023-29483 <https://www.cve.org/CVERecord?id=CVE-2023-29483>`_. We do not explicitly require
51+
that version, but we strongly recommend that you install at last that version in your environment.
52+
4953
Unavoidable breaking changes
5054
............................
5155

0 commit comments

Comments
 (0)