chore: pin aiohttp>=3.14.0 security floor for transitive CVE fix#14
Open
Anai-Guo wants to merge 1 commit into
Open
chore: pin aiohttp>=3.14.0 security floor for transitive CVE fix#14Anai-Guo wants to merge 1 commit into
Anai-Guo wants to merge 1 commit into
Conversation
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>
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.
自动维护改动
类型:更新(依赖安全)
改动:为 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