Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps aiohttp from 3.10.11 to 3.12.14.

Release notes

Sourced from aiohttp's releases.

3.12.14

Bug fixes

  • Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per :rfc:9110#section-15.4.3-3.1 -- by :user:bdraco.

    Related issues and pull requests on GitHub: #11270.

  • Fixed :py:meth:ClientSession.close() <aiohttp.ClientSession.close> hanging indefinitely when using HTTPS requests through HTTP proxies -- by :user:bdraco.

    Related issues and pull requests on GitHub: #11273.

  • Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #11280.

Features

  • Added initial trailer parsing logic to Python HTTP parser -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #11269.

Improved documentation

  • Clarified exceptions raised by WebSocketResponse.send_frame et al. -- by :user:DoctorJohn.

    Related issues and pull requests on GitHub: #11234.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.12.14 (2025-07-10)

Bug fixes

  • Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per :rfc:9110#section-15.4.3-3.1 -- by :user:bdraco.

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

  • Fixed :py:meth:ClientSession.close() <aiohttp.ClientSession.close> hanging indefinitely when using HTTPS requests through HTTP proxies -- by :user:bdraco.

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

  • Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:Dreamsorcerer.

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

Features

  • Added initial trailer parsing logic to Python HTTP parser -- by :user:Dreamsorcerer.

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

Improved documentation

  • Clarified exceptions raised by WebSocketResponse.send_frame et al. -- by :user:DoctorJohn.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Disclaimer: Experimental PR review

Greptile Summary

This PR updates the aiohttp dependency from version 3.10.11 to 3.12.14. AIOHTTP is a critical HTTP client/server framework for asyncio and Python. The update includes several important bug fixes and improvements:

  • Fixed file upload issues with HTTP 422 errors during redirects
  • Fixed ClientSession.close() hanging indefinitely when using HTTPS requests through HTTP proxies
  • Resolved typing issues by bumping minimum aiosignal version to 1.4+
  • Added trailer parsing logic to Python HTTP parser
  • Improved documentation for WebSocketResponse exceptions

While aiohttp is not directly listed in the pyproject.toml dependencies, it is likely a transitive dependency through other packages like httpx or openai that are used in the codebase.

Confidence score: 4/5

  1. This is a safe update with primarily bug fixes and improvements
  2. Score is 4 because while changes are well-tested and backward compatible, they touch core HTTP functionality that could potentially impact API interactions
  3. Files using HTTP clients and WebSocket functionality should be monitored after deployment

No files reviewed, no comments
Edit PR Review Bot Settings | Greptile

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 15, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewing changes made in this pull request

@dependabot dependabot bot force-pushed the dependabot/pip/aiohttp-3.12.14 branch from 47196a7 to 635f98c Compare July 17, 2025 05:25
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.11 to 3.12.14.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.11...v3.12.14)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/aiohttp-3.12.14 branch from 635f98c to 4bb8b5e Compare July 21, 2025 05:35
@hassiebp hassiebp merged commit aa4575d into main Jul 21, 2025
10 checks passed
@hassiebp hassiebp deleted the dependabot/pip/aiohttp-3.12.14 branch July 21, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant