fix(security): bump 12 vulnerable dependencies (41 Dependabot alerts) - #188
Merged
Conversation
Resolves all patchable open Dependabot alerts on main: - litellm 1.83.14 -> 1.91.3 (CVE-2026-49468 critical: auth bypass via Host header injection; capped <1.92 — 1.92.0 adds a Rust extension with no Windows wheel) - starlette 1.0.0 -> 1.3.1, mcp 1.27.0 -> 1.28.1, aiohttp 3.13.4 -> 3.14.1, cryptography 46.0.7 -> 49.0.0, pyjwt 2.12.1 -> 2.13.0, python-multipart 0.0.27 -> 0.0.32, soupsieve 2.8.3 -> 2.8.4, msgpack 1.1.2 -> 1.2.1, idna 3.11 -> 3.18, pydantic-settings 2.14.0 -> 2.14.2, pip 26.1.1 -> 26.1.2 - chromadb CVE-2026-45829 (critical, no patched version exists) dismissed as tolerable risk: embedded-only usage via optional [index] extra; the server API attack surface is never exposed. Test suite: 4739 passed. One pre-existing failure in test_returns_empty_when_none_found (test is not hermetic — it walks ancestor dirs from tmp_path and finds a user-level CLAUDE.md; unrelated to this change).
- click 8.1.8 -> 8.4.2 (PYSEC-2026-2132, fix 8.3.3) - lxml-html-clean 0.4.4 -> 0.4.5 via transitive pin-up (PYSEC-2026-2614); lxml 6.1.0 -> 6.1.1 - CI: ignore PYSEC-2026-311 (chromadb pre-auth code injection) with documented rationale — no patched release exists; embedded-only usage behind optional [index] extra, server API never exposed Local pip-audit with CI's exact flags: clean (1 ignored). Test suite: 4739 passed (same known non-hermetic failure only).
This was referenced Jul 18, 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
Resolves all patchable open Dependabot alerts (41 open: 2 critical, 12 high, 15 moderate, 12 low).
Constraint changes in pyproject.toml
litellm>=1.84.0,<1.92— 1.92.0 introduces a Rust extension with no Windows wheel (maturin source build fails); 1.91.3 is the last pure-Python release. Old stale comment about litellm capping aiohttp <=3.13.4 removed (no longer true).python-multipartun-pinned from==0.0.27to>=0.0.31,<0.1(DoS CVEs in boundary parsing).mcp/pydantic-settingsfloors raised to patched versions.chromadb (critical, not fixed here)
CVE-2026-45829 (pre-auth code injection) has no patched release — all versions <=1.5.9 affected. Dismissed as tolerable risk with justification on the alert: godspeed uses chromadb embedded-only (local
PersistentClientbehind the optional[index]extra); the vulnerable server API surface is never run or exposed. Revisit when upstream ships a fix.Test plan
uv run pytest -m "not real_llm" -q— 4739 passed, 9 skipped, 3 deselectedtest_returns_empty_when_none_foundis not hermetic —_load_agents_mdwalks ancestor dirs fromtmp_pathand finds the user-level~/CLAUDE.mdon this machine. Passes in CI. Follow-up candidate: isolate the walk root in the test.