From 36511e5b03280329f7ea2a55551a22404830b174 Mon Sep 17 00:00:00 2001 From: Avasam Date: Sat, 21 Sep 2024 18:42:42 -0400 Subject: [PATCH] Pin comtypes<1.4.5 to work around https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807 --- scripts/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 663586dc..95a1a2bd 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -24,6 +24,7 @@ pyinstaller>=5.13 # Python 3.12 support # https://peps.python.org/pep-0508/#environment-markers # # Windows-only dependencies: +comtypes<1.4.5 ; sys_platform == 'win32' # https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807 pygrabber>=0.2 ; sys_platform == 'win32' # Completed types pywin32>=301 ; sys_platform == 'win32' winsdk>=1.0.0b10 ; sys_platform == 'win32' # Python 3.12 support