Skip to content

DOCSP-50785: Update Motor deprecation verbiage #1011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 16, 2025
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ atlas = "MongoDB Atlas"
targets = ["motor.txt"]
variant = "warning"
value = """
As of May 14th, 2025, Motor has been sunset in favor of the GA release of the PyMongo Async API in Pymongo. \
No new features will be added to Motor. Motor will be deprecated on May 14th, 2026, \
and no further bug fixes will be released after deprecation, with the exception of critical bug fixes, which will be released until May 14th, 2027. \
We strongly recommend that Motor users migrate to PyMongo Async while Motor is still supported. \
To learn how to migrate from Motor to the PyMongo Async API, see the \
`Migrate to PyMongo Async guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__.
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async
API in the PyMongo library. No new features will be added to Motor, and we will only
provide bug fixes until it reaches end of life on May 14, 2026. After that, we will only
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: active voice

Suggested change
API in the PyMongo library. No new features will be added to Motor, and we will only
provide bug fixes until it reaches end of life on May 14, 2026. After that, we will only
API in the PyMongo library. We will not add new features to Motor, and we will only
provide bug fixes until it reaches end of life on May 14, 2026. After that, we will only

fix critical bugs until final support ends on May 14, 2027. We
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: only

Suggested change
API in the PyMongo library. No new features will be added to Motor, and we will only
provide bug fixes until it reaches end of life on May 14, 2026. After that, we will only
fix critical bugs until final support ends on May 14, 2027. We
API in the PyMongo library. No new features will be added to Motor, and we will
provide only bug fixes until it reaches end of life on May 14, 2026. After that, we will
fix only critical bugs until final support ends on May 14, 2027. We

strongly recommend migrating to the PyMongo Async API while Motor is still supported.
For more information on migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
guide in the PyMongo documentation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: about/on

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

can this be its own paragraph?

"""