You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snooty.toml
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,3 @@ stable-api = "Stable API"
20
20
node-driver-long = "MongoDB Node.js Driver"
21
21
node-driver-short = "Node.js Driver"
22
22
atlas = "MongoDB Atlas"
23
-
24
-
[[banners]]
25
-
targets = ["motor.txt"]
26
-
variant = "warning"
27
-
value = """
28
-
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async
29
-
API in the PyMongo library. We will not add new features to Motor, and we will
30
-
provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will
31
-
fix only critical bugs until final support ends on May 14, 2027. We
32
-
strongly recommend migrating to the PyMongo Async API while Motor is still supported.
33
-
34
-
For more information about migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
Copy file name to clipboardExpand all lines: source/motor.txt
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,19 @@ Motor (Async Driver)
22
22
:depth: 1
23
23
:class: twocols
24
24
25
+
.. banner::
26
+
:variant: warning
27
+
28
+
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async
29
+
API in the PyMongo library. We will not add new features to Motor, and we will
30
+
provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will
31
+
fix only critical bugs until final support ends on May 14, 2027. We
32
+
strongly recommend migrating to the PyMongo Async API while Motor is still supported.
33
+
34
+
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