Skip to content

Commit 0386158

Browse files
committed
address review
1 parent 3676472 commit 0386158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PyMongo 4.16 brings a number of changes including:
1010
doing so may leak sensitive user data.
1111
Instead, invalid documents are stored in :attr:`bson.errors.InvalidDocument.document`.
1212
- PyMongo now requires ``dnspython>=2.6.1``, since ``dnspython`` 1.0 is no longer maintained and is incompatible with
13-
Python 3.10+.
13+
Python 3.10+. The minimum version is ``2.6.1`` to account for `CVE-2023-29483 <https://www.cve.org/CVERecord?id=CVE-2023-29483>`_.
1414
- Removed support for Eventlet.
1515
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
1616

0 commit comments

Comments
 (0)