[PR #7501] [MERGED] chore(deps): bump aiohttp from 3.10.8 to 3.11.8 in /backend #60930

Closed
opened 2026-05-06 04:05:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/7501
Author: @dependabot[bot]
Created: 12/1/2024
Status: Merged
Merged: 12/1/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/aiohttp-3.11.8


📝 Commits (1)

  • 2f84e6b chore(deps): bump aiohttp from 3.10.8 to 3.11.8 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps aiohttp from 3.10.8 to 3.11.8.

Release notes

Sourced from aiohttp's releases.

3.11.8

Miscellaneous internal changes

  • Improved performance of creating :class:aiohttp.ClientResponse objects when there are no cookies -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10029.

  • Improved performance of creating :class:aiohttp.ClientResponse objects -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10030.

  • Improved performances of creating objects during the HTTP request lifecycle -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10037.

  • Improved performance of constructing :class:aiohttp.web.Response with headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10043.

  • Improved performance of making requests when there are no auto headers to skip -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10049.

  • Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:bdraco.

    HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.

    Related issues and pull requests on GitHub:

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.8 (2024-11-27)

Miscellaneous internal changes

  • Improved performance of creating :class:aiohttp.ClientResponse objects when there are no cookies -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10029.

  • Improved performance of creating :class:aiohttp.ClientResponse objects -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10030.

  • Improved performances of creating objects during the HTTP request lifecycle -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10037.

  • Improved performance of constructing :class:aiohttp.web.Response with headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10043.

  • Improved performance of making requests when there are no auto headers to skip -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10049.

  • Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:bdraco.

    HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.

... (truncated)

Commits
  • 5ddf720 Release 3.11.8 (#10066)
  • 13152c3 [PR #10055/c11fe96 backport][3.11] Downgrade logging of invalid HTTP methods ...
  • 1b78cae [PR #10059/aac6f741 backport][3.11] Combine executor jobs in FileResponse sen...
  • a5a6981 [PR #10058/12372d7 backport][3.11] Remove unreachable content length check fo...
  • 7e628f4 [PR #8699/11f0e7f backport][3.11] Reduce code indent in ResponseHandler.data_...
  • 1a6fafe [PR #10037/2e369db backport][3.11] Refactor requests and responses to use cla...
  • 653302e [PR #10049/006fbc37 backport][3.11] Improve client performance when there are...
  • d411bc5 [PR #10043/5255cec backport][3.11] Avoid constructing headers mulitidict twic...
  • 3dfd7ae Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#10042)
  • 65dab0e [PR #10038/6f4e9615 backport][3.11] Small speed up to StreamWriter.__init__...
  • Additional commits viewable in compare view

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/7501 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/aiohttp-3.11.8` --- ### 📝 Commits (1) - [`2f84e6b`](https://github.com/open-webui/open-webui/commit/2f84e6b877ad330c83034d86cbf5b175de8a4ea1) chore(deps): bump aiohttp from 3.10.8 to 3.11.8 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.8 to 3.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.11.8</h2> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of creating :class:<code>aiohttp.ClientResponse</code> objects when there are no cookies -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10029">#10029</a>.</p> </li> <li> <p>Improved performance of creating :class:<code>aiohttp.ClientResponse</code> objects -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10030">#10030</a>.</p> </li> <li> <p>Improved performances of creating objects during the HTTP request lifecycle -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10037">#10037</a>.</p> </li> <li> <p>Improved performance of constructing :class:<code>aiohttp.web.Response</code> with headers -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10043">#10043</a>.</p> </li> <li> <p>Improved performance of making requests when there are no auto headers to skip -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10049">#10049</a>.</p> </li> <li> <p>Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:<code>bdraco</code>.</p> <p>HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.</p> <p><em>Related issues and pull requests on GitHub:</em></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.11.8 (2024-11-27)</h1> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of creating :class:<code>aiohttp.ClientResponse</code> objects when there are no cookies -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10029</code>.</p> </li> <li> <p>Improved performance of creating :class:<code>aiohttp.ClientResponse</code> objects -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10030</code>.</p> </li> <li> <p>Improved performances of creating objects during the HTTP request lifecycle -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10037</code>.</p> </li> <li> <p>Improved performance of constructing :class:<code>aiohttp.web.Response</code> with headers -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10043</code>.</p> </li> <li> <p>Improved performance of making requests when there are no auto headers to skip -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10049</code>.</p> </li> <li> <p>Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:<code>bdraco</code>.</p> <p>HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/5ddf7208524f9ba5957d9a84d3e205f4f2692e28"><code>5ddf720</code></a> Release 3.11.8 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/10066">#10066</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/13152c39f9360cef7ba1d78252afdc91cf220441"><code>13152c3</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10055">#10055</a>/c11fe96 backport][3.11] Downgrade logging of invalid HTTP methods ...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/1b78cae44d97e3eb5ea15a25319d5a5a3daf8c9f"><code>1b78cae</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10059">#10059</a>/aac6f741 backport][3.11] Combine executor jobs in FileResponse sen...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a5a6981fe96790d5924df72db1f42bb021ed5265"><code>a5a6981</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10058">#10058</a>/12372d7 backport][3.11] Remove unreachable content length check fo...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/7e628f4edaa6a529381d0e2d39b97c756dae5341"><code>7e628f4</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8699">#8699</a>/11f0e7f backport][3.11] Reduce code indent in ResponseHandler.data_...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/1a6fafe8f05acb705029e16c9ba43df7aaba2473"><code>1a6fafe</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10037">#10037</a>/2e369db backport][3.11] Refactor requests and responses to use cla...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/653302e225428a07e15e758b28422262bd98d5de"><code>653302e</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10049">#10049</a>/006fbc37 backport][3.11] Improve client performance when there are...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/d411bc511d4348e543a5690786c7100dc47d8eb9"><code>d411bc5</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10043">#10043</a>/5255cec backport][3.11] Avoid constructing headers mulitidict twic...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3dfd7ae86413e164d3c924cac925980fa9ceddff"><code>3dfd7ae</code></a> Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/10042">#10042</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/65dab0ee40109b97fca2b938ba76c8f68968ce49"><code>65dab0e</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10038">#10038</a>/6f4e9615 backport][3.11] Small speed up to <code>StreamWriter.__init__</code>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.10.8...v3.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohttp&package-manager=pip&previous-version=3.10.8&new-version=3.11.8)](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-05-06 04:05:34 -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#60930