[build] Temporarily pin PyInstaller to v6.22.0 (#17478)

Authored by: bashonly
This commit is contained in:
bashonly
2026-08-19 22:11:45 +00:00
committed by GitHub
parent 0d1e029d14
commit 42fc40026f
+1 -1
View File
@@ -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'",