-
Notifications
You must be signed in to change notification settings - Fork 98
PYTHON-5162 [pymongocrypt] Bundle libmongocrypt 1.13.0 and PYTHON-5221 Support $lookup in CSFLE and QE #989
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
@@ -70,6 +70,8 @@ def update_bindings(): | |||
new_lines.append(")") | |||
new_lines.append(line) | |||
skip = False | |||
with target.open("w") as f: |
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.
Thanks!
Co-authored-by: Steven Silvester <[email protected]>
Could you open a new PYTHON ticket to track the $lookup changes here and link it in the title? |
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! You can merge once all of the python*
tasks pass.
https://jira.mongodb.org/browse/PYTHON-5162
and
https://jira.mongodb.org/browse/PYTHON-5221
Additionally, I implemented the pymongocrypt part of PYTHON-5046 here
Also changed the binding script because I didn't think it was working properly? But if it was working as intended initially, I can undo those changes.