Security patch release for a high-severity multipart parser advisory.
Security
- Require
python-multipart>=0.0.27to remediate GHSA-pp6c-gr5w-3c5g / CVE-2026-42561, a denial-of-service issue in multipart part header parsing. - Refresh
uv.lockso locked installs resolvepython-multipart 0.0.27. - Docker installs now enforce the patched dependency floor through
pyproject.toml.
Verification
uv lock --checkuv run pytest tests/ -x -q— 879 passeduv run ruff check triggarr/ tests/uv run --with build python -m builddocker build -t triggarr:v2.7.3-local .