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 3676472 commit 0386158Copy full SHA for 0386158
doc/changelog.rst
@@ -10,7 +10,7 @@ PyMongo 4.16 brings a number of changes including:
10
doing so may leak sensitive user data.
11
Instead, invalid documents are stored in :attr:`bson.errors.InvalidDocument.document`.
12
- PyMongo now requires ``dnspython>=2.6.1``, since ``dnspython`` 1.0 is no longer maintained and is incompatible with
13
- Python 3.10+.
+ 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>`_.
14
- Removed support for Eventlet.
15
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
16
0 commit comments