From e8c96d62931beed60d6989edb19681d309a34de3 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Fri, 31 Oct 2025 12:10:36 -0400 Subject: [PATCH] Swap pip-system-certs for python-certifi-win32 --- libs/python/computer-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/computer-server/pyproject.toml b/libs/python/computer-server/pyproject.toml index 9fbb690e..827de10b 100644 --- a/libs/python/computer-server/pyproject.toml +++ b/libs/python/computer-server/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pyobjc-framework-ApplicationServices>=10.1; sys_platform == 'darwin'", "python-xlib>=0.33; sys_platform == 'linux'", "pywin32>=310; sys_platform == 'win32'", - "pip-system-certs; sys_platform == 'win32'", + "python-certifi-win32; sys_platform == 'win32'", ] [project.optional-dependencies]