fix(agentex): bump aiohttp 3.14.1 -> 3.14.3 (clears 3 CVEs, agentex server image) - #393
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
scale-ballen
approved these changes
Aug 4, 2026
scale-ballen
enabled auto-merge (squash)
August 4, 2026 20:27
danielmillerp
approved these changes
Aug 5, 2026
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.
Summary
Bumps aiohttp from 3.14.1 → 3.14.3 in the workspace lockfile that the agentex server image builds from (
022465994601.dkr.ecr.us-west-2.amazonaws.com/golden/agentex).Follow-up to #359, which bumped
aiohttp 3.13.4 → 3.14.1. A subsequent Trivy rescan of the rebuilt image surfaced 3 new CVEs in the transitively-resolvedaiohttp 3.14.1.aiohttpis a transitive dependency (pulled viaagentex-sdk/litellm); the build definitionagentex/Dockerfileinstalls from the rootpyproject.toml+uv.lockviauv export --frozen --no-dev --package agentex-backend/uv sync --frozen.Fix
Raised the existing
aiohttpfloor in[tool.uv] override-dependenciesfrom>=3.14.1to>=3.14.3inpyproject.toml(mirroring the established CVE-floor pattern), then regenerateduv.lockwithuv lock --upgrade-package aiohttp.Clears 3 CVEs:
3.14.2 is skipped as a target because it still carries CVE-2026-69244 (GHSA-cq5v-8q36-5273 / PYSEC-2026-3545); 3.14.3 is the lowest release clean of all three advisories.
Verification
uv lock --upgrade-package aiohttp→Updated aiohttp v3.14.1 -> v3.14.3, 198 packages resolved (unchanged count — no transitive additions/removals).aiohttpblock (version + sdist/wheel hashes) plus the manifest override specifier;git diff --summaryempty (no dep add/remove),git diff --checkclean, lockrevision = 3preserved, all entries stay on thepypi.org/simpleregistry.uv export --frozen --no-dev --no-emit-project --package agentex-backend(the exact Dockerfile step) succeeds and pinsaiohttp==3.14.3(no3.14.1remaining).uv lock --checkpasses;aiohttp 3.14.3imports cleanly under CPython 3.12.aiohttp>=3.10.9,<4so 3.14.3 is within range (transitive-pin safety holds).main(conflict-free; only the aiohttp bump differs frommain).Downstream
After merge, the
publicsubmodule pointer inscaleapi/agentexshould be advanced to include this commit so the server image rebuild picks up the fix (same as #359).Linear
🤖 Generated with Claude Code
Greptile Summary
The PR raises the workspace-wide aiohttp security floor from 3.14.1 to 3.14.3 and regenerates the corresponding lockfile package artifacts.
pyproject.toml.uv.lock.Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains.
Important Files Changed
Reviews (2): Last reviewed commit: "Merge remote-tracking branch 'origin/mai..." | Re-trigger Greptile