File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Changes in Version 4.13.0 (2025/05/14)
7
7
PyMongo 4.13 brings a number of changes including:
8
8
9
9
- The asynchronous API is now stable and no longer in beta.
10
- See the ` API docs < https:// pymongo.readthedocs.io/en/stable/api/pymongo/ asynchronous/ >`_
11
- or `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/ >`_ for more information.
10
+ See the :mod: ` pymongo.asynchronous ` docs
11
+ or the `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/ >`_ for more information.
12
12
- Fixed a bug where :class: `pymongo.write_concern.WriteConcern ` repr was not eval-able
13
13
when using ``w="majority" ``.
14
14
You can’t perform that action at this time.
0 commit comments