-
Notifications
You must be signed in to change notification settings - Fork 4k
Python: Update pymongo requirement from <4.13,>=4.8.0 to >=4.8.0,<4.14 in /python #12494
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
Open
dependabot
wants to merge
2
commits into
main
Choose a base branch
from
dependabot/pip/python/pymongo-gte-4.8.0-and-lt-4.14
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Python: Update pymongo requirement from <4.13,>=4.8.0 to >=4.8.0,<4.14 in /python #12494
dependabot
wants to merge
2
commits into
main
from
dependabot/pip/python/pymongo-gte-4.8.0-and-lt-4.14
+1
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.8.0...4.13.2) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
moonbox3
approved these changes
Jun 19, 2025
TaoChenOSU
approved these changes
Jun 19, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 19, 2025
…4 in /python (#12494) Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.13.2</h2> <p>Community notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-13-2-released/323705">https://www.mongodb.com/community/forums/t/pymongo-4-13-2-released/323705</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h2>Changes in Version 4.13.2 (2025/06/17)</h2> <p>Version 4.13.2 is a bug fix release.</p> <ul> <li>Fixed a bug where <code>AsyncMongoClient</code> would block the event loop while creating new connections, potentially significantly increasing latency for ongoing operations.</li> </ul> <p>Issues Resolved ...............</p> <p>See the <code>PyMongo 4.13.2 release notes in JIRA</code>_ for the list of resolved issues in this release.</p> <p>.. _PyMongo 4.13.2 release notes in JIRA: <a href="https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43937">https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43937</a></p> <h2>Changes in Version 4.13.1 (2025/06/10)</h2> <p>Version 4.13.1 is a bug fix release.</p> <ul> <li>Fixed a bug that could raise <code>ServerSelectionTimeoutError</code> when using timeouts with <code>AsyncMongoClient</code>.</li> <li>Fixed a bug that could raise <code>NetworkTimeout</code> errors on Windows.</li> </ul> <p>Issues Resolved ...............</p> <p>See the <code>PyMongo 4.13.1 release notes in JIRA</code>_ for the list of resolved issues in this release.</p> <p>.. _PyMongo 4.13.1 release notes in JIRA: <a href="https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43924">https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43924</a></p> <h2>Changes in Version 4.13.0 (2025/05/14)</h2> <p>PyMongo 4.13 brings a number of changes including:</p> <ul> <li>The asynchronous API is now stable and no longer in beta. See the :mod:<code>pymongo.asynchronous</code> docs or the <code>migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/></code>_ for more information.</li> <li>Fixed a bug where :class:<code>pymongo.write_concern.WriteConcern</code> repr was not eval-able when using <code>w="majority"</code>.</li> </ul> <p>Issues Resolved ...............</p> <p>See the <code>PyMongo 4.13 release notes in JIRA</code>_ for the list of resolved issues in this release.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0a150feeeff5e19944b85a55875dd7e91dca6ce9"><code>0a150fe</code></a> PYTHON-5416 Prep for 4.13.2 release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2389">#2389</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ad3417411ae1ea1564402a1caa66f2269b426ca1"><code>ad34174</code></a> [v4.13] PYTHON-5414 Fix "module service_identity has no attribute SICertifica...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/b127460c908fcb8a36f3ed6c591c6d7a25333b66"><code>b127460</code></a> [v4.13] PYTHON 5212 - Use asyncio.loop.sock_connect in _async_create_connecti...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/a2077f60ea8da8aeaa17d19a9e744134e90778bb"><code>a2077f6</code></a> BUMP 4.13.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/5f800da807bb7772d544a6e6775c74dacdb1ffd5"><code>5f800da</code></a> [v4.13] PYTHON-5406 - Use correct client for test (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2378">#2378</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/386d1afcb5919177ac48880321e1392e6f4b5576"><code>386d1af</code></a> [v4.13] PYTHON-5400 Migrate away from Windows Server 2019 runner image on Git...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/1eee90f0e55291738b026d2cc26805efcb9d25ed"><code>1eee90f</code></a> [v4.13] PYTHON-5405 Use legacy wait_for_read cancellation approach on Windows...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/09a32f6d409ba8eeb7d800abd7cf249fc6022827"><code>09a32f6</code></a> [v4.13] PYTHON-5406 - AsyncPeriodicExecutor must reset CSOT contextvars befor...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/14417adc3fa2269402190b05089d4bc24c284223"><code>14417ad</code></a> PYTHON-5411 Prep for 4.13.1 release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2370">#2370</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56e6f1c3585d3db6779cd90cc5d79ffc4e81b736"><code>56e6f1c</code></a> [v4.13] Update release metadata (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2365">#2365</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.8.0...4.13.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file. Used by Dependabot.
python
Pull requests for the Python Semantic Kernel
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on pymongo to permit the latest version.
Release notes
Sourced from pymongo's releases.
Changelog
Sourced from pymongo's changelog.
... (truncated)
Commits
0a150fe
PYTHON-5416 Prep for 4.13.2 release (#2389)ad34174
[v4.13] PYTHON-5414 Fix "module service_identity has no attribute SICertifica...b127460
[v4.13] PYTHON 5212 - Use asyncio.loop.sock_connect in _async_create_connecti...a2077f6
BUMP 4.13.2.dev05f800da
[v4.13] PYTHON-5406 - Use correct client for test (#2378)386d1af
[v4.13] PYTHON-5400 Migrate away from Windows Server 2019 runner image on Git...1eee90f
[v4.13] PYTHON-5405 Use legacy wait_for_read cancellation approach on Windows...09a32f6
[v4.13] PYTHON-5406 - AsyncPeriodicExecutor must reset CSOT contextvars befor...14417ad
PYTHON-5411 Prep for 4.13.1 release (#2370)56e6f1c
[v4.13] Update release metadata (#2365)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)