Skip to content

Commit e20ae5f

Browse files
authored
PYTHON-5377 - Further update assets to align with GA release of Async PyMongo (#335)
1 parent f6a70b8 commit e20ae5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+83
-32
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
> [!WARNING]
1111
> Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver.
12+
> Critical bug fixes will be made until May 14th, 2027.
1213
> We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
1314
> To learn more, see the migration guide: https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/.
1415

doc/api-asyncio/aiohttp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/asyncio_gridfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/asyncio_motor_change_stream.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/asyncio_motor_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/asyncio_motor_client_encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/asyncio_motor_client_session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/asyncio_motor_collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/asyncio_motor_database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

doc/api-asyncio/cursors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4+
.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
55
We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
66
To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
77

0 commit comments

Comments
 (0)