[PR #18777] [CLOSED] chore(deps): bump elasticsearch from 9.1.0 to 9.2.0 in /backend #24924

Closed
opened 2026-04-20 05:39:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18777
Author: @dependabot[bot]
Created: 11/1/2025
Status: Closed

Base: devHead: dependabot/pip/backend/dev/elasticsearch-9.2.0


📝 Commits (1)

  • 8e14e16 chore(deps): bump elasticsearch from 9.1.0 to 9.2.0 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps elasticsearch from 9.1.0 to 9.2.0.

Release notes

Sourced from elasticsearch's releases.

9.2.0

Enhancements

  • Support Trio when using the HTTPX async client (#3089)
  • Pydantic integration for the DSL module (#3086)
  • Add flush_after_seconds option to streaming_bulk() (#3064)
  • Add TS, FUSE and INLINE STATS commands to the ES|QL query builder (#3096)

Bug Fixes

  • DSL: support passing inner documents as AttrDict instances (#3080)
  • DSL: add some recently added field classes as top-level exports for the package (#3078)

API

  • Add streams namespace with streams.logs_disable, streams.logs_enable, streams.status APIs
  • Add inference.contextualai API
  • Add security.get_stats API
  • Add bytes and time parameters to various APIs in the cat namespace.
  • Add include_execution_metadata parameter to esql.async_query and esql.query APIs
  • Add index_template parameter to indices.simulate_index_template API
  • Add input_type parameter to inference.text_embedding API
  • Add field_access_pattern parameter to ingest.put_pipeline API
  • Removed unsupported size parameter from reindex API

Serverless-specific

  • Add project namespace with project.tags API
  • Add project_routing parameter to count, field_caps, msearch, msearch_template, open_point_in_time, search, search_mvt, search_template, async_search.submit, cat.count, eql.search, indices.resolve_index, sql.query APIs

DSL

  • New CartesianBounds, CartesianCentroid, ChangePoint aggregations
  • Add p_value parameter to SignificantTerms aggregation
  • Add fields parameter to SemanticText field
  • Add visit_percentage parameter to Knn query
  • Add on_disk_rescore field to DenseVectorIndexOptions type
  • Add sparse_vector field to SemanticTextIndexOptions type

Other

  • Add 3.14 to CI builds (#3103)
  • Drop Python 3.9 support (#3114)

9.1.2

Enhancements

  • Add flush_after_seconds option to streaming_bulk() (#3064)

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/18777 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/elasticsearch-9.2.0` --- ### 📝 Commits (1) - [`8e14e16`](https://github.com/open-webui/open-webui/commit/8e14e166b974b2beefa1d06a56d571bd7be34432) chore(deps): bump elasticsearch from 9.1.0 to 9.2.0 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [elasticsearch](https://github.com/elastic/elasticsearch-py) from 9.1.0 to 9.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elastic/elasticsearch-py/releases">elasticsearch's releases</a>.</em></p> <blockquote> <h2>9.2.0</h2> <h3>Enhancements</h3> <ul> <li>Support Trio when using the <a href="https://www.python-httpx.org/">HTTPX</a> async client (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3089">#3089</a>)</li> <li>Pydantic integration for the DSL module (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3086">#3086</a>)</li> <li>Add <code>flush_after_seconds</code> option to <code>streaming_bulk()</code> (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3064">#3064</a>)</li> <li>Add <code>TS</code>, <code>FUSE</code> and <code>INLINE STATS</code> commands to the ES|QL query builder (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3096">#3096</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>DSL: support passing inner documents as <code>AttrDict</code> instances (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3080">#3080</a>)</li> <li>DSL: add some recently added field classes as top-level exports for the package (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3078">#3078</a>)</li> </ul> <h3>API</h3> <ul> <li>Add <code>streams</code> namespace with <code>streams.logs_disable</code>, <code>streams.logs_enable</code>, <code>streams.status</code> APIs</li> <li>Add <code>inference.contextualai</code> API</li> <li>Add <code>security.get_stats</code> API</li> <li>Add <code>bytes</code> and <code>time</code> parameters to various APIs in the <code>cat</code> namespace.</li> <li>Add <code>include_execution_metadata</code> parameter to <code>esql.async_query</code> and <code>esql.query</code> APIs</li> <li>Add <code>index_template</code> parameter to <code>indices.simulate_index_template</code> API</li> <li>Add <code>input_type</code> parameter to <code>inference.text_embedding</code> API</li> <li>Add <code>field_access_pattern</code> parameter to <code>ingest.put_pipeline</code> API</li> <li>Removed unsupported <code>size</code> parameter from <code>reindex</code> API</li> </ul> <h4>Serverless-specific</h4> <ul> <li>Add <code>project</code> namespace with <code>project.tags</code> API</li> <li>Add <code>project_routing</code> parameter to <code>count</code>, <code>field_caps</code>, <code>msearch</code>, <code>msearch_template</code>, <code>open_point_in_time</code>, <code>search</code>, <code>search_mvt</code>, <code>search_template</code>, <code>async_search.submit</code>, <code>cat.count</code>, <code>eql.search</code>, <code>indices.resolve_index</code>, <code>sql.query</code> APIs</li> </ul> <h3>DSL</h3> <ul> <li>New <code>CartesianBounds</code>, <code>CartesianCentroid</code>, <code>ChangePoint</code> aggregations</li> <li>Add <code>p_value</code> parameter to <code>SignificantTerms</code> aggregation</li> <li>Add <code>fields</code> parameter to <code>SemanticText</code> field</li> <li>Add <code>visit_percentage</code> parameter to <code>Knn</code> query</li> <li>Add <code>on_disk_rescore</code> field to <code>DenseVectorIndexOptions</code> type</li> <li>Add <code>sparse_vector</code> field to <code>SemanticTextIndexOptions</code> type</li> </ul> <h3>Other</h3> <ul> <li>Add 3.14 to CI builds (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3103">#3103</a>)</li> <li>Drop Python 3.9 support (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3114">#3114</a>)</li> </ul> <h2>9.1.2</h2> <h3>Enhancements</h3> <ul> <li>Add <code>flush_after_seconds</code> option to <code>streaming_bulk()</code> (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3064">#3064</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elastic/elasticsearch-py/commit/03bef1e463d410a267911f361a0d6432e5bf2da7"><code>03bef1e</code></a> Release 9.2.0 (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3134">#3134</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/51551fb640d338cf16ecd89ab359530dc9ae2ad4"><code>51551fb</code></a> Use an unbuffered queue for the sync bulk helper (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3129">#3129</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3133">#3133</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/f9fea5b258efa1e54e1b77fa1db7458b9b8ea61d"><code>f9fea5b</code></a> Auto-generated code for 9.2 (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3121">#3121</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/1a36996547cf4731053ed93c8cd529136b922cc1"><code>1a36996</code></a> Use a nicer screenshot for quotes example (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3128">#3128</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3130">#3130</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/85975ed11c1b2d844f76d4cbd383c8282b6b604c"><code>85975ed</code></a> Always return dense vectors in searches (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3125">#3125</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3127">#3127</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/3638583ca2371edb6049f754918d36b249e22b1c"><code>3638583</code></a> Update link in dsl_how_to_guides.md (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3122">#3122</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3124">#3124</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/16ae9f52e8fd181e5487220f520ac1ee1ab4bd3c"><code>16ae9f5</code></a> Pydantic integration (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3086">#3086</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3120">#3120</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/6fa00e291bad31e0cf531bc4aa6a5ce04732d942"><code>6fa00e2</code></a> Support Trio with httpx (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3089">#3089</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3119">#3119</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/7cadb9f58359c5e43799fb245e48b5a6138d4f59"><code>7cadb9f</code></a> Drop Python 3.9 support (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3114">#3114</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3118">#3118</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/7ad1b60341e694087953c50b518651d58303aebf"><code>7ad1b60</code></a> Add <code>flush_after_seconds</code> option to <code>streaming_bulk()</code> (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3064">#3064</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3117">#3117</a>)</li> <li>Additional commits viewable in <a href="https://github.com/elastic/elasticsearch-py/compare/v9.1.0...v9.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elasticsearch&package-manager=pip&previous-version=9.1.0&new-version=9.2.0)](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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 05:39:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#24924