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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,22 @@ 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
20
+
Changes in Version 4.15.4 (2025/10/21)
21
+
--------------------------------------
22
+
23
+
Version 4.15.4 is a bug fix release.
24
+
25
+
- Relaxed the callback type of :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.with_transaction` to allow the broader Awaitable type rather than only Coroutine objects.
26
+
- Added the missing Python 3.14 trove classifier to the package metadata.
27
+
28
+
Issues Resolved
29
+
...............
30
+
31
+
See the `PyMongo 4.15.4 release notes in JIRA`_ for the list of resolved issues
32
+
in this release.
33
+
34
+
.. _PyMongo 4.15.4 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47237
0 commit comments