From 42fc40026f5ae107020f30882be6683d3e80e546 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:11:45 -0500 Subject: [PATCH] [build] Temporarily pin PyInstaller to v6.22.0 (#17478) Authored by: bashonly --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec2a476f1f..5d81588693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ dev = [ {include-group = "test"}, ] pyinstaller = [ - "pyinstaller>=6.17.0", + "pyinstaller==6.22.0", ] delocate = [ "delocate>=0.13.0 ; sys_platform == 'darwin'",