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 98dba64 commit c64bc2cCopy full SHA for c64bc2c
doc/changelog.rst
@@ -17,6 +17,8 @@ PyMongo 4.16 brings a number of changes including:
17
- Fixed return type annotation for ``find_one_and_*`` methods on :class:`~pymongo.asynchronous.collection.AsyncCollection`
18
and :class:`~pymongo.synchronous.collection.Collection` to include ``None``.
19
- Added support for NumPy 1D-arrays in :class:`bson.binary.BinaryVector`.
20
+- Fixed a bug in :class:`~pymongo.encryption.ClientEncryption`: ClientEncryption
21
+ shouldn't try to load mongo crypt shared library.
22
23
Changes in Version 4.15.5 (2025/XX/XX)
24
--------------------------------------
0 commit comments