Skip to content

Commit 7ba6604

Browse files
committed
Fix
1 parent b9b33cf commit 7ba6604

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

config/redirects

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ raw: docs/drivers/scala/ -> https://www.mongodb.com/docs/languages/scala/scala-d
2929

3030
raw: docs/drivers/rust -> https://www.mongodb.com/docs/drivers/rust/current/
3131

32-
# Python
33-
34-
raw: docs/drivers/motor -> ${pymongo-base}/reference/migration/
35-
3632
# Manual FLE merge - update URLs after 6.0 release
3733

3834
raw: docs/drivers/security -> ${manual}/core/csfle/

source/motor.txt

Lines changed: 0 additions & 1 deletion
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

source/python-drivers.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tab
4444
.. important:: Motor Deprecation
4545

4646
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
47+
API in the PyMongo library. We
5048
strongly recommend migrating to the PyMongo Async API while Motor is still supported.
5149

5250
For more information about migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__

0 commit comments

Comments
 (0)