diff --git a/pyproject.toml b/pyproject.toml index 8030b2ee..b74020cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ cicd_utils = [ # NOTE: 0.2.1.post1 is excluded because it only ships a # manylinux2014_armv7l wheel, which breaks universal # (multi-platform) resolution with `uv sync`/`uv lock` - "kaleido<0.4,!=0.2.1.post1", + "kaleido!=0.2.1.post1,<1.5", # ./cicd_utils/cicd/scripts/extract_latest_release_notes.py "markdown-it-py", "mdit-py-plugins",