diff --git a/source/includes/help-links-motor.rst b/source/includes/help-links-motor.rst index 32028288..e51cb3aa 100644 --- a/source/includes/help-links-motor.rst +++ b/source/includes/help-links-motor.rst @@ -3,4 +3,4 @@ How to get help - Ask questions on our :community-forum:`MongoDB Community Forums <>`. - Visit our :technical-support:`Support Channels `. -- See `JIRA `__ to raise issues or request features. +- See `JIRA `__ to raise issues or request features. \ No newline at end of file diff --git a/source/includes/language-compatibility-table-motor.rst b/source/includes/language-compatibility-table-motor.rst index 7af087c8..2c51cb22 100644 --- a/source/includes/language-compatibility-table-motor.rst +++ b/source/includes/language-compatibility-table-motor.rst @@ -81,4 +81,4 @@ Python 3.3 with the `asyncio package from PyPI `_. - - Motor 2.3+ supports Windows. + - Motor 2.3+ supports Windows. \ No newline at end of file diff --git a/source/includes/mongodb-compatibility-table-motor.rst b/source/includes/mongodb-compatibility-table-motor.rst index 54e73522..e97d01d6 100644 --- a/source/includes/mongodb-compatibility-table-motor.rst +++ b/source/includes/mongodb-compatibility-table-motor.rst @@ -59,4 +59,4 @@ - ✓ - ✓ - ✓ - - ✓ + - ✓ \ No newline at end of file diff --git a/source/motor.txt b/source/motor.txt index e8fe7d4f..08b2ba0e 100644 --- a/source/motor.txt +++ b/source/motor.txt @@ -34,7 +34,6 @@ Motor (Async Driver) For more information about migrating, see the `Migrate to PyMongo Async `__ guide in the PyMongo documentation. - Introduction ------------ @@ -165,4 +164,4 @@ The first column lists the driver version(s). .. include:: /includes/about-driver-compatibility.rst -.. include:: /includes/help-links-motor.rst +.. include:: /includes/help-links-motor.rst \ No newline at end of file diff --git a/source/python-drivers.txt b/source/python-drivers.txt index 9d9a21bd..bbbe9483 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -42,6 +42,15 @@ to learn how to install and begin using the driver. `PyMongoArrow `__ is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables. +.. important:: Motor Deprecation + + As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async + API in the PyMongo library. We + strongly recommend migrating to the PyMongo Async API while Motor is still supported. + + For more information about migrating, see the `Migrate to PyMongo Async `__ + guide in the PyMongo documentation. + Tools and Projects ------------------