From cb15cedc0cddb1517ae7b63434270fd1b05df19f Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Tue, 2 Sep 2025 15:44:54 -0400 Subject: [PATCH] Removed cua-agent from computer-server dependencies --- libs/python/computer-server/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/python/computer-server/pyproject.toml b/libs/python/computer-server/pyproject.toml index 2790ab51..6e9e7240 100644 --- a/libs/python/computer-server/pyproject.toml +++ b/libs/python/computer-server/pyproject.toml @@ -21,8 +21,7 @@ dependencies = [ "pillow>=10.2.0", "aiohttp>=3.9.1", "pyperclip>=1.9.0", - "websockets>=12.0", - "cua-agent[all]>=0.4.0" + "websockets>=12.0" ] [project.optional-dependencies]