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

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 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.

Note

Low Risk
Lockfile-only dependency bump for a learn example; no runtime code changes, though aiohttp now requires Python 3.10+ if that example is installed on 3.9.

Overview
Updates poetry.lock for learn/generation/langchain/langgraph/02-ollama-langgraph-agent so transitive aiohttp moves from 3.13.3 to 3.14.3 (pulled in via semantic-router). No application or pyproject.toml changes.

aiohttp 3.14.3 tightens supported Python to >=3.10 (3.9 wheels removed) and adds platform wheels (e.g. win_arm64, Android/iOS). The lockfile header reflects regeneration with Poetry 2.4.1; a few unrelated constraint strings (botocore, cohere) are normalized in the lock only.

Notable fixes in this release line include dropping duplicate credential headers on cross-origin redirects and C HTTP parser error-message handling (per upstream changelog).

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

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 added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 4, 2026
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