[PR #17301] [MERGED] build(deps): bump elasticsearch from 9.0.1 to 9.1.0 in /backend #24388

Closed
opened 2026-04-20 05:22:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17301
Author: @dependabot[bot]
Created: 9/9/2025
Status: Merged
Merged: 9/9/2025
Merged by: @tjbck

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


📝 Commits (1)

  • 202eada build(deps): bump elasticsearch from 9.0.1 to 9.1.0 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps elasticsearch from 9.0.1 to 9.1.0.

Release notes

Sourced from elasticsearch's releases.

9.1.0

Enhancements

  • ES|QL query builder (technical preview) (#2997)
  • Update OpenTelemetry conventions (#2999)
  • Add option to disable accurate reporting of file and line location in warnings (Fixes #3003) (#3006)

APIs

  • Remove if_primary_term, if_seq_no and op_type from Create API
  • Remove master_timeout from Ingest Get Ip Location Database API
  • Remove application, priviledge and username from the Security Get User API
  • Rename type_query_string to type in License Post Start Trial API
  • Add require_data_stream to Index API
  • Add settings_filter to Cluster Get Component Template API
  • Add cause to Cluster Put Component Template API
  • Add master_timeout to Cluster State API
  • Add ccs_minimize_roundtrips to EQL Search API
  • Add keep_alive and keep_on_completion to ES|QL Async Query API
  • Add format to ES|QL Async Query Get API
  • Add ES|QL Get Query and List Queries APIs
  • Add Indices Delete Data Stream Options API
  • Add Indices Get Data Stream Options and Put Data Stream Options APIS
  • Add Indices Get Data Stream Settings and Put Data Stream Settings APIs
  • Add allow_no_indices, expand_wildcards and ignore_available to Indices Recovery API
  • Add Indices Remove Block API
  • Add Amazon Sagemaker to Inference API
  • Add input_type to Inference API
  • Add timeout to all Inference Put APIs
  • Add Inference Put Custom API
  • Add Inference Put DeepSeek API
  • Add task_settings to Put HuggingFace API
  • Add refresh to Security Grant API Key API
  • Add wait_for_completion to the Snapshot Delete API
  • Add state to Snapshot Get API
  • Add refresh to Synonyms Put Synonym, Put Synonym Rule and Delete Synonym Rule APIs

DSL

  • Handle lists in copy_to option in DSL field declarations correctly (Fixes #2992) (#2993)
  • Add index_options to SparseVector type
  • Add SparseVectorIndexOptions type
  • Add key to FiltersBucket type

Other changes

  • Drop support for Python 3.8 (#3001)

9.0.3

... (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/17301 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/elasticsearch-9.1.0` --- ### 📝 Commits (1) - [`202eada`](https://github.com/open-webui/open-webui/commit/202eada74f210df5cc056dfcc5b738edd2e500a9) build(deps): bump elasticsearch from 9.0.1 to 9.1.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.0.1 to 9.1.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.1.0</h2> <h2>Enhancements</h2> <ul> <li>ES|QL query builder (technical preview) (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/2997">#2997</a>)</li> <li>Update OpenTelemetry conventions (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/2999">#2999</a>)</li> <li>Add option to disable accurate reporting of file and line location in warnings (Fixes <a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3003">#3003</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3006">#3006</a>)</li> </ul> <h2>APIs</h2> <ul> <li>Remove <code>if_primary_term</code>, <code>if_seq_no</code> and <code>op_type</code> from Create API</li> <li>Remove <code>master_timeout</code> from Ingest Get Ip Location Database API</li> <li>Remove <code>application</code>, <code>priviledge</code> and <code>username</code> from the Security Get User API</li> <li>Rename <code>type_query_string</code> to <code>type</code> in License Post Start Trial API</li> <li>Add <code>require_data_stream</code> to Index API</li> <li>Add <code>settings_filter</code> to Cluster Get Component Template API</li> <li>Add <code>cause</code> to Cluster Put Component Template API</li> <li>Add <code>master_timeout</code> to Cluster State API</li> <li>Add <code>ccs_minimize_roundtrips</code> to EQL Search API</li> <li>Add <code>keep_alive</code> and <code>keep_on_completion</code> to ES|QL Async Query API</li> <li>Add <code>format</code> to ES|QL Async Query Get API</li> <li>Add ES|QL Get Query and List Queries APIs</li> <li>Add Indices Delete Data Stream Options API</li> <li>Add Indices Get Data Stream Options and Put Data Stream Options APIS</li> <li>Add Indices Get Data Stream Settings and Put Data Stream Settings APIs</li> <li>Add <code>allow_no_indices</code>, <code>expand_wildcards</code> and <code>ignore_available</code> to Indices Recovery API</li> <li>Add Indices Remove Block API</li> <li>Add Amazon Sagemaker to Inference API</li> <li>Add <code>input_type</code> to Inference API</li> <li>Add <code>timeout</code> to all Inference Put APIs</li> <li>Add Inference Put Custom API</li> <li>Add Inference Put DeepSeek API</li> <li>Add <code>task_settings</code> to Put HuggingFace API</li> <li>Add <code>refresh</code> to Security Grant API Key API</li> <li>Add <code>wait_for_completion</code> to the Snapshot Delete API</li> <li>Add <code>state</code> to Snapshot Get API</li> <li>Add <code>refresh</code> to Synonyms Put Synonym, Put Synonym Rule and Delete Synonym Rule APIs</li> </ul> <h2>DSL</h2> <ul> <li>Handle lists in <code>copy_to</code> option in DSL field declarations correctly (Fixes <a href="https://redirect.github.com/elastic/elasticsearch-py/issues/2992">#2992</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/2993">#2993</a>)</li> <li>Add <code>index_options</code> to SparseVector type</li> <li>Add SparseVectorIndexOptions type</li> <li>Add <code>key</code> to FiltersBucket type</li> </ul> <h2>Other changes</h2> <ul> <li>Drop support for Python 3.8 (<a href="https://redirect.github.com/elastic/elasticsearch-py/pull/3001">#3001</a>)</li> </ul> <h2>9.0.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elastic/elasticsearch-py/commit/7f79d0ea604477c07cb49b5af5e423b2858fa586"><code>7f79d0e</code></a> Release 9.1.0 (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3012">#3012</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/b1c8ce729444fe6c53e144bfc6e39ec255ec7d4b"><code>b1c8ce7</code></a> first generator run for 9.1 (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3011">#3011</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/fe4a2468dd8c2699b25c1c328be1004ab672bd23"><code>fe4a246</code></a> Auto-generated code for main (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3000">#3000</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/9eadabb0486f92bdc37312f56acfd40e62ec6fcf"><code>9eadabb</code></a> ES|QL query builder (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/2997">#2997</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/ee3f2d9b5262273da425048ca01cfc7ea0c5c8c4"><code>ee3f2d9</code></a> Add option to disable accurate reporting of file and line location in warning...</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/fe5c43775adc30f4a292c9359df665e9c3d9f8fb"><code>fe5c437</code></a> Remove U+200B character from Pandas docs (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3004">#3004</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/75be7dd3aeb0f78fd3fb93d3782547afebfdfad8"><code>75be7dd</code></a> Update opentelemetry conventions (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/2999">#2999</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/14bfbf26a38112df6ba7f058f316a8d123219b39"><code>14bfbf2</code></a> Drop support for Python 3.8 (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/3001">#3001</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/44cbf67bf9cfc29bf4253cff3e48fb0286e471ff"><code>44cbf67</code></a> Handle lists in <code>copy_to</code> field option correctly (Fixes <a href="https://redirect.github.com/elastic/elasticsearch-py/issues/2992">#2992</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-py/issues/2993">#2993</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-py/commit/724e253ac47592d8384a951314e90e93da5a88f2"><code>724e253</code></a> docs-builder: add <code>pull-requests: write</code> permission to docs-build workflow (#...</li> <li>Additional commits viewable in <a href="https://github.com/elastic/elasticsearch-py/compare/v9.0.1...v9.1.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.0.1&new-version=9.1.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:22:46 -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#24388