dependabot[bot] opened a new pull request, #269:
URL: https://github.com/apache/incubator-ponymail-foal/pull/269

   Updates the requirements on 
[elasticsearch[async]](https://github.com/elastic/elasticsearch-py) to permit 
the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/elastic/elasticsearch-py/releases";>elasticsearch[async]'s
 releases</a>.</em></p>
   <blockquote>
   <h2>8.16.0 (2024-11-12)</h2>
   <ul>
   <li>Support Python 3.13 (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2680";>#2680</a>)</li>
   <li>Emit Python warnings for beta and tech preview APIs (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2675";>#2675</a>).
 You can disable those warnings if needed:
   <pre lang="python"><code>import warnings
   from elasticsearch.exceptions import GeneralAvailabilityWarning
   <p>warnings.filterwarnings(&quot;ignore&quot;, 
category=GeneralAvailabilityWarning)
   </code></pre></p>
   </li>
   <li>Vectorstore: use a retriever query for hybrid search (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2666";>#2666</a>)</li>
   <li>Allow retries for statuses other than 429 in streaming bulk (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2071";>#2071</a>,
 contributed by <a 
href="https://github.com/ayayron";><code>@​ayayron</code></a>)</li>
   <li>Make <code>BulkIndexError</code> and <code>ScanError</code> serializable 
(<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2669";>#2669</a>,
 contributed by <a 
href="https://github.com/seagrine";><code>@​seagrine</code></a>)</li>
   <li>Fix import when <code>trace</code> is missing from 
<code>opentelemetry</code> package (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2694";>#2694</a>,
 contributed by <a 
href="https://github.com/nicoloboschi";><code>@​nicoloboschi</code></a>)</li>
   <li>Update APIs:
   <ul>
   <li>Fix <code>nodes</code> parameter in Task management API (contributed by 
<a 
href="https://github.com/margaretpearce";><code>@​margaretpearce</code></a>)</li>
   <li>Add Test query rule API</li>
   <li>Add Create Cross-Cluster API key and Update Cross-Cluster API key 
APIs</li>
   <li>Add experimental Verify snapshot repository API</li>
   <li>Add <code>data_stream_name</code> and <code>settings</code> to Delete 
auto-follow pattern API</li>
   <li>Add <code>max_samples_per_key</code> to Get async EQL status API</li>
   <li>Add <code>lifecycle</code> and remove unused <code>data_retention</code> 
and <code>downsampling parameters</code> from Put data stream lifecycle API</li>
   <li>Add <code>include_remotes</code> and remove <code>flat_settings</code> 
from Cluster stats API</li>
   <li>Add <code>remote_indices</code> to Create or update application 
privileges and Create or update roles APIs</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/e79dd7d3111433bfe8c6a73ddb25866537f29503";><code>e79dd7d</code></a>
 [Backport 8.16] Build dists as part of CI (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2710";>#2710</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/0070b833b4c56a99a68a5bff525fb820bae54e3a";><code>0070b83</code></a>
 Release 8.16.0</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/6484714f79d17d1b251fa40423853517abe2c7cf";><code>6484714</code></a>
 Fix import when trace is missing from opentelemetry (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2694";>#2694</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2705";>#2705</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/ee10e2aa9c530ae94a701c1b7a2208ef88a2e5ae";><code>ee10e2a</code></a>
 [Backport 8.16] Allow retries for statuses other than 429 in streaming bulk 
(...</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/0544a4bdd19251a538aba94d45af0810172949aa";><code>0544a4b</code></a>
 Auto-generated code for 8.16 (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2698";>#2698</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/1ba5bcfe4e3ca8f9c6dd9987de5f8f451e347ffb";><code>1ba5bcf</code></a>
 [Backport 8.16] Make BulkIndexError and ScanError serializable (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2700";>#2700</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/b113880aba631656728df9336dadba9681f9df09";><code>b113880</code></a>
 Auto-generated code for 8.16 (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2693";>#2693</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/c3158f2bd6193fdff4687a9cd9a6d575982ecaae";><code>c3158f2</code></a>
 [Backport 8.16] Support Python 3.13 (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2689";>#2689</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/d2781b72afdcffaa48fce490d59a31aee3f65c5e";><code>d2781b7</code></a>
 [Backport 8.16] Switch to trustme for test certificates (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2687";>#2687</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-py/commit/434753ff85ba49dc0d2d6bb53f39bdf535608448";><code>434753f</code></a>
 [Backport 8.16] Emit Python warnings for beta and tech preview APIs (<a 
href="https://redirect.github.com/elastic/elasticsearch-py/issues/2685";>#2685</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/elastic/elasticsearch-py/compare/v7.13.1...v8.16.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>


-- 
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