You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pillow constraint on main has already been relaxed to >=10.3.0,<13.0.0, but the latest PyPI release (v0.7.4) still pins pillow<12.0. This forces downstream consumers onto Pillow 11.x, which is affected by CVE-2026-25990 (heap-based buffer overflow in PSD loading).
Could you cut a 0.7.5 patch release from main? The fix is already there — it just needs a release.
Summary
The pillow constraint on
mainhas already been relaxed to>=10.3.0,<13.0.0, but the latest PyPI release (v0.7.4) still pinspillow<12.0. This forces downstream consumers onto Pillow 11.x, which is affected by CVE-2026-25990 (heap-based buffer overflow in PSD loading).Could you cut a 0.7.5 patch release from main? The fix is already there — it just needs a release.
Context
pillow>=10.3.0,<12.0.0— blocks Pillow 12.xpillow>=10.3.0,<13.0.0— allows Pillow 12.x ✅This is blocking
pip-audit/ security scans for any project that depends on fastembed.