We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a421c66 commit a1def15Copy full SHA for a1def15
doc/changelog.rst
@@ -46,6 +46,10 @@ PyMongo 4.7 brings a number of improvements including:
46
- Deprecated :attr:`pymongo.write_concern.WriteConcern.wtimeout` and :attr:`pymongo.mongo_client.MongoClient.wTimeoutMS`.
47
Use :meth:`~pymongo.timeout` instead.
48
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
+
53
Unavoidable breaking changes
54
............................
55
0 commit comments