You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelog.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ PyMongo 4.16 brings a number of changes including:
17
17
- Removed support for Eventlet.
18
18
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
19
19
- Use Zstandard support from the standard library for Python 3.14+, and use ``backports.zstd`` for older versions.
20
+
- Fixed return type annotation for :meth:`~pymongo.asynchronous.collection.AsyncCollection.find_one_and_update` and :meth:`~pymongo.synchronous.collection.Collection.find_one_and_update` to include ``None``.
0 commit comments