-
Notifications
You must be signed in to change notification settings - Fork 4k
Python: Update pymongo requirement from <4.12,>=4.8.0 to >=4.8.0,<4.13 in /python #11553
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
eavanvalkenburg
merged 1 commit into
main
from
dependabot/pip/python/pymongo-gte-4.8.0-and-lt-4.13
Apr 22, 2025
Merged
Python: Update pymongo requirement from <4.12,>=4.8.0 to >=4.8.0,<4.13 in /python #11553
eavanvalkenburg
merged 1 commit into
main
from
dependabot/pip/python/pymongo-gte-4.8.0-and-lt-4.13
Apr 22, 2025
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.12.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
eavanvalkenburg
approved these changes
Apr 15, 2025
TaoChenOSU
approved these changes
Apr 17, 2025
glorious-beard
pushed a commit
to glorious-beard/semantic-kernel
that referenced
this pull request
May 6, 2025
…3 in /python (microsoft#11553) 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.12.0</h2> <p>Community notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-12-released/318187">https://www.mongodb.com/community/forums/t/pymongo-4-12-released/318187</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.12.0 (2025/04/08)</h2> <p>.. warning:: Driver support for MongoDB 4.0 reached end of life in April 2025. PyMongo 4.12 will be the last release to support MongoDB 4.0.</p> <p>PyMongo 4.12 brings a number of changes including:</p> <ul> <li>Support for configuring DEK cache lifetime via the <code>key_expiration_ms</code> argument to :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>.</li> <li>Support for $lookup in CSFLE and QE supported on MongoDB 8.1+.</li> <li>pymongocrypt>=1.13 is now required for :ref:<code>In-Use Encryption</code> support.</li> <li>Added :meth:<code>gridfs.asynchronous.grid_file.AsyncGridFSBucket.rename_by_name</code> and :meth:<code>gridfs.grid_file.GridFSBucket.rename_by_name</code> for more performant renaming of a file with multiple revisions.</li> <li>Added :meth:<code>gridfs.asynchronous.grid_file.AsyncGridFSBucket.delete_by_name</code> and :meth:<code>gridfs.grid_file.GridFSBucket.delete_by_name</code> for more performant deletion of a file with multiple revisions.</li> <li>AsyncMongoClient no longer performs DNS resolution for "mongodb+srv://" connection strings on creation. To avoid blocking the asyncio loop, the resolution is now deferred until the client is first connected.</li> <li>Added index hinting support to the :meth:<code>~pymongo.asynchronous.collection.AsyncCollection.distinct</code> and :meth:<code>~pymongo.collection.Collection.distinct</code> commands.</li> <li>Deprecated the <code>hedge</code> parameter for :class:<code>~pymongo.read_preferences.PrimaryPreferred</code>, :class:<code>~pymongo.read_preferences.Secondary</code>, :class:<code>~pymongo.read_preferences.SecondaryPreferred</code>, :class:<code>~pymongo.read_preferences.Nearest</code>. Support for <code>hedge</code> will be removed in PyMongo 5.0.</li> <li>Removed PyOpenSSL support from the asynchronous API due to limitations of the CPython asyncio.Protocol SSL implementation.</li> <li>Allow valid SRV hostnames with less than 3 parts.</li> </ul> <p>Issues Resolved ...............</p> <p>See the <code>PyMongo 4.12 release notes in JIRA</code>_ for the list of resolved issues in this release.</p> <p>.. _PyMongo 4.12 release notes in JIRA: <a href="https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=41916">https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=41916</a></p> <h2>Changes in Version 4.11.2 (2025/03/05)</h2> <p>Version 4.11.2 is a bug fix release.</p> <ul> <li>Fixed a bug where :meth:<code>~pymongo.database.Database.command</code> would fail when attempting to run the bulkWrite command.</li> </ul> <p>Issues Resolved ...............</p> <p>See the <code>PyMongo 4.11.2 release notes in JIRA</code>_ for the list of resolved issues in this release.</p> <p>.. _PyMongo 4.11.2 release notes in JIRA: <a href="https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=42506">https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=42506</a></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/98b656f286790ecbfc98acd5bbdf5bb128ad2804"><code>98b656f</code></a> BUMP 4.12.0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/92970d39fd0fd9060c95c35a6081676b7b6af548"><code>92970d3</code></a> PYTHON-5248 Update changelog for 4.12 release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2265">#2265</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/4d4a26cbbe994675551234b15953bd2cf27d6d8a"><code>4d4a26c</code></a> PYTHON-5270 Server selection should log remainingTimeMS as milliseconds (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2263">#2263</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/7a4218f0ad653af5091c1cb6a8dfc5d377f3df37"><code>7a4218f</code></a> PYTHON-5263 Convert s3-related functions to generated config (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2259">#2259</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/79e5d601397f6d3891d9eaf881b43fd40a712ee2"><code>79e5d60</code></a> PYTHON-5268 Fix handling of PYTHON_BINARY (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2264">#2264</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/bf0aa56fbbfa33c3bfbdf3c03a4ab55aceb0cda4"><code>bf0aa56</code></a> PYTHON-5252 Add dependency on pymongocrypt 1.13 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2258">#2258</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/708ce16961f077b7a03fc97e66ccfaccaa0d847a"><code>708ce16</code></a> PYTHON-4724 - Prohibit AsyncMongoClient from being used across multiple event...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/1c813dc6489214bfab50aed04dfd63455bb4d231"><code>1c813dc</code></a> PYTHON-4575 Allow valid SRV hostnames with less than 3 parts (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2234">#2234</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e7c0814512ef4bc104bd17919acd80319460e1a0"><code>e7c0814</code></a> PYTHON-4557 - Fix write log messages for retried commands (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2260">#2260</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/b40223938c9646e0b1a8f60d22e36120991b394d"><code>b402239</code></a> PYTHON-5219 - Avoid awaiting coroutines when holding locks (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2250">#2250</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.8.0...4.12.0">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
98b656f
BUMP 4.12.092970d3
PYTHON-5248 Update changelog for 4.12 release (#2265)4d4a26c
PYTHON-5270 Server selection should log remainingTimeMS as milliseconds (#2263)7a4218f
PYTHON-5263 Convert s3-related functions to generated config (#2259)79e5d60
PYTHON-5268 Fix handling of PYTHON_BINARY (#2264)bf0aa56
PYTHON-5252 Add dependency on pymongocrypt 1.13 (#2258)708ce16
PYTHON-4724 - Prohibit AsyncMongoClient from being used across multiple event...1c813dc
PYTHON-4575 Allow valid SRV hostnames with less than 3 parts (#2234)e7c0814
PYTHON-4557 - Fix write log messages for retried commands (#2260)b402239
PYTHON-5219 - Avoid awaiting coroutines when holding locks (#2250)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)