Skip to content

Commit 8d300eb

Browse files
committed
DOCSP-50951: Remove Motor pages due to deprecation
1 parent 8adaa32 commit 8d300eb

File tree

5 files changed

+11
-321
lines changed

5 files changed

+11
-321
lines changed

source/includes/help-links-motor.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 84 deletions
This file was deleted.

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

Lines changed: 0 additions & 62 deletions
This file was deleted.

source/motor.txt

Lines changed: 0 additions & 168 deletions
This file was deleted.

source/python-drivers.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ MongoDB Python Drivers
1717

1818
PyMongo <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/>
1919
PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>
20-
/motor.txt
2120

2221
.. contents:: On this page
2322
:local:
@@ -42,6 +41,17 @@ to learn how to install and begin using the driver.
4241
`PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>`__
4342
is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables.
4443

44+
.. note:: Motor Deprecation
45+
46+
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async
47+
API in the PyMongo library. We will not add new features to Motor, and we will
48+
provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will
49+
fix only critical bugs until final support ends on May 14, 2027. We
50+
strongly recommend migrating to the PyMongo Async API while Motor is still supported.
51+
52+
For more information about migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
53+
guide in the PyMongo documentation.
54+
4555
Tools and Projects
4656
------------------
4757

0 commit comments

Comments
 (0)