Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/help-links-motor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://jira.mongodb.org/projects/MOTOR/summary>`__ to raise issues or request features.
- See `JIRA <https://jira.mongodb.org/projects/MOTOR/summary>`__ to raise issues or request features.
2 changes: 1 addition & 1 deletion source/includes/language-compatibility-table-motor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
Python 3.3 with the `asyncio package from PyPI
<https://pypi.python.org/pypi/asyncio>`_.

- Motor 2.3+ supports Windows.
- Motor 2.3+ supports Windows.
2 changes: 1 addition & 1 deletion source/includes/mongodb-compatibility-table-motor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
- ✓
- ✓
- ✓
- ✓
- ✓
3 changes: 1 addition & 2 deletions source/motor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Motor (Async Driver)
For more information about migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
guide in the PyMongo documentation.


Introduction
------------

Expand Down Expand Up @@ -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
9 changes: 9 additions & 0 deletions source/python-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ to learn how to install and begin using the driver.
`PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>`__
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 <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
guide in the PyMongo documentation.

Tools and Projects
------------------

Expand Down
Loading