dependabot[bot] opened a new pull request, #30891:
URL: https://github.com/apache/beam/pull/30891

   Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.2 
to 4.6.3.
   <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>
   <h1>Changelog</h1>
   <h2>Changes in Version 4.7</h2>
   <p>PyMongo 4.7 brings a number of improvements including:</p>
   <ul>
   <li>
   <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>,
   
:attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>,
   
:attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>,
 and
   
:attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> 
properties.</p>
   </li>
   <li>
   <p>Fixed a bug where inflating a 
:class:<code>~bson.raw_bson.RawBSONDocument</code> containing a 
:class:<code>~bson.code.Code</code> would cause an error.</p>
   </li>
   <li>
   <p>Significantly improved the performance of encoding BSON documents to 
JSON.</p>
   </li>
   <li>
   <p>Support for named KMS providers for client side field level encryption.
   Previously supported KMS providers were only: aws, azure, gcp, kmip, and 
local.
   The KMS provider is now expanded to support name suffixes (e.g. 
local:myname).
   Named KMS providers enables more than one of each KMS provider type to be 
configured.
   See the docstring for 
:class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>.
   Note that named KMS providers requires pymongocrypt &gt;=1.9 and 
libmongocrypt &gt;=1.9.</p>
   </li>
   <li>
   <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and
   :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> 
now allow <code>key_id</code>
   to be passed in as a :class:<code>uuid.UUID</code>.</p>
   </li>
   <li>
   <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could 
not always be encoded by <code>orjson</code>_. The following now
   works::</p>
   <blockquote>
   <blockquote>
   <blockquote>
   <p>import orjson
   from bson import json_util
   orjson.dumps({'a': Int64(1)}, default=json_util.default, 
option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p>
   </blockquote>
   </blockquote>
   </blockquote>
   </li>
   </ul>
   <p>.. _orjson: <a 
href="https://github.com/ijl/orjson";>https://github.com/ijl/orjson</a></p>
   <ul>
   <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't 
create new thread at interpreter shutdown&quot;
   could be written to stderr when a MongoClient's thread starts as the python 
interpreter is shutting down.</li>
   <li>Added a warning when connecting to DocumentDB and CosmosDB clusters.
   For more information regarding feature compatibility and support please visit
   <code>mongodb.com/supportability/documentdb 
&lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and
   <code>mongodb.com/supportability/cosmosdb 
&lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li>
   <li>Added the 
:attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>,
   
:attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, 
and
   :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> 
properties.</li>
   <li>Added the <code>type</code> and <code>kwargs</code> arguments to 
:class:<code>~pymongo.operations.SearchIndexModel</code> to enable
   creating vector search indexes in MongoDB Atlas.</li>
   <li>Fixed a bug where <code>read_concern</code> and 
<code>write_concern</code> were improperly added to
   :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> 
queries.</li>
   </ul>
   <p>Unavoidable breaking changes
   ............................</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/8da192f9ca2d4f6464897b22b3029c227043f0cb";><code>8da192f</code></a>
 BUMP 4.6.3</li>
   <li><a 
href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2";><code>56b6b6d</code></a>
 PYTHON-4305 Fix bson size check (<a 
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564";>#1564</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6";><code>449d0f3</code></a>
 BUMP to 4.6.3.dev0</li>
   <li>See full diff in <a 
href="https://github.com/mongodb/mongo-python-driver/compare/4.6.2...4.6.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymongo&package-manager=pip&previous-version=4.6.2&new-version=4.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/beam/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to