Skip to content

build(deps): bump aiohttp from 3.13.3 to 3.14.3 in /learn/generation/langchain/langgraph/02-ollama-langgraph-agent - #607

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/learn/generation/langchain/langgraph/02-ollama-langgraph-agent/aiohttp-3.14.3
Open

build(deps): bump aiohttp from 3.13.3 to 3.14.3 in /learn/generation/langchain/langgraph/02-ollama-langgraph-agent#607
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/learn/generation/langchain/langgraph/02-ollama-langgraph-agent/aiohttp-3.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps aiohttp from 3.13.3 to 3.14.3.

Changelog

Sourced from aiohttp's changelog.

3.14.3 (2026-07-22)

Bug fixes

  • Fixed the client dropping only the first Authorization, Cookie and Proxy-Authorization header when a redirect crossed an origin -- by :user:arshsmith1.

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

  • Fixed error message construction in the C HTTP parser -- by :user:bdraco.

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


3.14.2 (2026-07-20)

Bug fixes

  • Fixed :py:attr:~aiohttp.web.StreamResponse.last_modified rounding a :class:datetime.datetime with a fractional second down.

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

  • Fixed resolving localhost on Windows to fall back without AI_ADDRCONFIG when the first lookup fails, so localhost still works without an active network.

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

... (truncated)

Commits


Note

Low Risk
Lockfile-only transitive dependency bump in a learning example; no direct app logic changes, with minor compatibility note that aiohttp no longer publishes Python 3.9 wheels (this project already requires 3.10+).

Overview
Updates the Ollama LangGraph agent example’s poetry.lock so transitive aiohttp moves from 3.13.3 to 3.14.3. There is no change to pyproject.toml or application code.

The lockfile refresh reflects aiohttp’s raised floor (Python ≥3.10, aligned with this project’s python = ">=3.10,<3.13"), updated wheel hashes, and minor metadata (e.g. typing_extensions on older Python, speedups extra platform guards). Upstream 3.14.x includes client redirect/credential-header fixes and other HTTP parser and platform fixes that may affect anything in the stack that uses aiohttp (e.g. async HTTP from LangChain-related deps).

Reviewed by Cursor Bugbot for commit 1e67c28. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 4, 2026
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.13.3 to 3.14.3.
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.13.3...v3.14.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/learn/generation/langchain/langgraph/02-ollama-langgraph-agent/aiohttp-3.14.3 branch from 8e7ab9c to 1e67c28 Compare August 13, 2026 19:41
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.

0 participants