Skip to content

Commit f6a70b8

Browse files
authored
PYTHON-5377 - Update assets to align with GA release of Async PyMongo (#334)
1 parent 83f735a commit f6a70b8

33 files changed

+145
-4
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
![image](https://raw.github.com/mongodb/motor/master/doc/_static/motor.png)
99

10+
> [!WARNING]
11+
> Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
12+
> We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
13+
> To learn more, see the migration guide: https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/.
14+
1015
## About
1116

1217
Motor is a full-featured, non-blocking [MongoDB](http://mongodb.org/)

doc/api-asyncio/aiohttp.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
:mod:`motor.aiohttp` - Integrate Motor with the aiohttp web framework
22
=====================================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. currentmodule:: motor.aiohttp
59

610
.. automodule:: motor.aiohttp

doc/api-asyncio/asyncio_gridfs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
asyncio GridFS Classes
22
======================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. currentmodule:: motor.motor_asyncio
59

610
Store blobs of data in `GridFS <http://dochub.mongodb.org/core/gridfs>`_.

doc/api-asyncio/asyncio_motor_change_stream.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
:class:`~motor.motor_asyncio.AsyncIOMotorChangeStream`
22
======================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. currentmodule:: motor.motor_asyncio
59

610
.. autoclass:: AsyncIOMotorChangeStream

doc/api-asyncio/asyncio_motor_client.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
:class:`~motor.motor_asyncio.AsyncIOMotorClient` -- Connection to MongoDB
22
=========================================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. autoclass:: motor.motor_asyncio.AsyncIOMotorClient
59
:members:
610

doc/api-asyncio/asyncio_motor_client_encryption.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
:class:`~motor.motor_asyncio.AsyncIOMotorClientEncryption`
22
==========================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. currentmodule:: motor.motor_asyncio
59

610
.. autoclass:: AsyncIOMotorClientEncryption
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
:class:`~motor.motor_asyncio.AsyncIOMotorClientSession` -- Sequence of operations
22
=================================================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. autoclass:: motor.motor_asyncio.AsyncIOMotorClientSession
59
:members:

doc/api-asyncio/asyncio_motor_collection.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
:class:`~motor.motor_asyncio.AsyncIOMotorCollection`
22
====================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. currentmodule:: motor.motor_asyncio
59

610
.. autoclass:: AsyncIOMotorCollection

doc/api-asyncio/asyncio_motor_database.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
:class:`~motor.motor_asyncio.AsyncIOMotorDatabase`
22
==================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. currentmodule:: motor.motor_asyncio
59

610
.. autoclass:: AsyncIOMotorDatabase

doc/api-asyncio/cursors.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
:class:`~motor.motor_asyncio.AsyncIOMotorCursor`
22
================================================
33

4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
5+
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
6+
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
7+
48
.. currentmodule:: motor.motor_asyncio
59

610
.. autoclass:: AsyncIOMotorCursor

0 commit comments

Comments
 (0)