-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-2057 Make 'name' a required argument for DriverInfo class #718
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but please wait for Shane's approval before merging :).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the changelog and the migrate-to-pymongo4 document to mention this breaking change?
|
||
Name is a required argument for pymongo.driver_info.DriverInfo | ||
.............................................................. | ||
``name`` is now a required argument for the :class:`pymongo.driver_info.DriverInfo` class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there needs to be a blank line after the .......
header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
https://jira.mongodb.org/browse/PYTHON-2057