Skip to content

Conversation

sleepyStick
Copy link
Contributor

No description provided.

@sleepyStick sleepyStick marked this pull request as ready for review August 19, 2025 17:34
@sleepyStick sleepyStick requested a review from a team as a code owner August 19, 2025 17:34
@sleepyStick sleepyStick requested a review from blink1073 August 19, 2025 17:47
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@sleepyStick
Copy link
Contributor Author

drivers-pr-bot please backport to master

@sleepyStick sleepyStick merged commit 0d2a4b4 into mongodb:v4.14 Aug 19, 2025
44 of 45 checks passed
@sleepyStick sleepyStick deleted the PYTHON-5501 branch August 19, 2025 18:00
Copy link
Contributor

Sorry, unable to cherry-pick to master, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout -b cherry-pick-master-0d2a4b462eaa60d4dc152b37554006db06bf6b21 master

git fetch origin 0d2a4b462eaa60d4dc152b37554006db06bf6b21
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 0d2a4b462eaa60d4dc152b37554006db06bf6b21
  1. You will likely have some merge/cherry-pick conflicts here, fix them and commit:
git commit -am {message}
  1. Push to a named branch:
git push origin cherry-pick-master-0d2a4b462eaa60d4dc152b37554006db06bf6b21
  1. Create a PR against branch master. I would have named this PR:

"Prep for 4.14.1 release (#2495) [master]"

sleepyStick added a commit to sleepyStick/mongo-python-driver that referenced this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants