Skip to content

Commit d17a9dc

Browse files
authored
DOCSP-50951: Add Motor deprecation notice to Python page (#1013)
1 parent 8adaa32 commit d17a9dc

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

source/includes/help-links-motor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ How to get help
33

44
- Ask questions on our :community-forum:`MongoDB Community Forums <>`.
55
- Visit our :technical-support:`Support Channels </>`.
6-
- See `JIRA <https://jira.mongodb.org/projects/MOTOR/summary>`__ to raise issues or request features.
6+
- See `JIRA <https://jira.mongodb.org/projects/MOTOR/summary>`__ to raise issues or request features.

source/includes/language-compatibility-table-motor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
Python 3.3 with the `asyncio package from PyPI
8282
<https://pypi.python.org/pypi/asyncio>`_.
8383

84-
- Motor 2.3+ supports Windows.
84+
- Motor 2.3+ supports Windows.

source/includes/mongodb-compatibility-table-motor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
- ✓
6060
- ✓
6161
- ✓
62-
- ✓
62+
- ✓

source/motor.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Motor (Async Driver)
3434
For more information about migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
3535
guide in the PyMongo documentation.
3636

37-
3837
Introduction
3938
------------
4039

@@ -165,4 +164,4 @@ The first column lists the driver version(s).
165164

166165
.. include:: /includes/about-driver-compatibility.rst
167166

168-
.. include:: /includes/help-links-motor.rst
167+
.. include:: /includes/help-links-motor.rst

source/python-drivers.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ to learn how to install and begin using the driver.
4242
`PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>`__
4343
is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables.
4444

45+
.. important:: Motor Deprecation
46+
47+
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async
48+
API in the PyMongo library. We
49+
strongly recommend migrating to the PyMongo Async API while Motor is still supported.
50+
51+
For more information about migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
52+
guide in the PyMongo documentation.
53+
4554
Tools and Projects
4655
------------------
4756

0 commit comments

Comments
 (0)