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
Conversation
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
Bot
force-pushed
the
dependabot/pip/learn/generation/langchain/langgraph/02-ollama-langgraph-agent/aiohttp-3.14.3
branch
from
August 13, 2026 19:41
8e7ab9c to
1e67c28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps aiohttp from 3.13.3 to 3.14.3.
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
5e392ceRelease v3.14.3 (#13225)49f65d5[PR #13222/f4866933 backport][3.14] Build C parser error message from bounded...240099e[PR #13180/ee53d655 backport][3.14] drop every copy of credential headers on ...d93f30aBump version (#13202)c1b9212Release v3.14.2 (#13201)380d4b5[PR #13054/ed8b040c backport][3.14] escape backslashes in digest auth quoted-...e1e1beeMake llhttp method array size dynamic (#13174) (#13196)aa4cf29[PR #13170/2b906869 backport][3.14] Fix StreamResponse.last_modified rounding...71b57b4[PR #13172/a57747ed backport][3.14] Fix C parser folding fragment into query_...64a03fb[PR #13169/1adc0cd7 backport][3.14] Upgrade http:// to https:// in README.rst...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.lockso transitiveaiohttpmoves from 3.13.3 to 3.14.3. There is no change topyproject.tomlor 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_extensionson older Python,speedupsextra 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.