Skip to content

chore: pin aiohttp>=3.14.0 security floor for transitive CVE fix#14

Open
Anai-Guo wants to merge 2 commits into
mainfrom
chore/auto-maint-2026-06-05
Open

chore: pin aiohttp>=3.14.0 security floor for transitive CVE fix#14
Anai-Guo wants to merge 2 commits into
mainfrom
chore/auto-maint-2026-06-05

Conversation

@Anai-Guo

@Anai-Guo Anai-Guo commented Jun 5, 2026

Copy link
Copy Markdown
Owner

自动维护改动

类型:更新(依赖安全)
改动:为 litellm 的传递依赖 aiohttp 增加安全下限 >=3.14.0,修复 CVE-2026-34993 / CVE-2026-47265(3.13.x 受影响,3.14.0 已修)。
测试:通过(pip-audit 升级后无已知漏洞;全套 270 passed, 1 skipped 在 aiohttp 3.14.0 下全绿)
参考:无 — 依据本地 pip-audit 输出,未引用外部资料

本 PR 由每日维护任务生成,请人工 review 后再合并。

🤖 Generated with Claude Code

labagent-maint-bot and others added 2 commits June 5, 2026 03:27
litellm pulls aiohttp in transitively; 3.13.x is affected by
CVE-2026-34993 and CVE-2026-47265, both fixed in 3.14.0. Add an
explicit security floor so dependency resolution cannot select an
affected version.

Verified: pip-audit reports no known vulnerabilities after the bump,
and the full test suite (270 passed, 1 skipped) is green under
aiohttp 3.14.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The previous floor (>=3.14.0) is no longer sufficient: aiohttp 3.14.0
is affected by CVE-2026-54273 through CVE-2026-54280, fixed in 3.14.1.
Raising the floor clears these from pip-audit while staying within
litellm's transitive dependency range.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Anai-Guo

Copy link
Copy Markdown
Owner Author

自动维护追更

aiohttp 3.14.0(本 PR 原先设定的下限)现已被 CVE-2026-54273 ~ CVE-2026-54280 影响,修复版本为 3.14.1。原下限 >=3.14.0 已不足以清除漏洞。

本次追更:将下限从 >=3.14.0 提升至 >=3.14.1

  • ✅ 270 passed / 1 skipped(py 本地 venv)
  • pip-audit 不再报告 aiohttp 漏洞
  • 仍属 pyproject.toml 依赖变更(高风险区),请人工 review 后合并。

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant