mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-21 14:55:10 +00:00
The vulnerability scan started failing when PYSEC-2026-2132 (click) and PYSEC-2026-2253..2257 (pillow) were published on Jul 12. Both have fixed releases within our constraints, so `uv.lock` upgrades click to 8.4.2 and pillow to 12.3.0. A newer json-repair advisory (GHSA-xf7x-x43h-rpqh) also surfaced; its fix is outside the `json-repair~=0.25.2` pin and 0.25.x lacks the vulnerable `schema_repair` module, so it joins the ignore list in `vulnerability-scan.yml` with a justification.