From 3d50e3cefb82b51427fdd63b34fb74b69ef0fef5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 Oct 2025 22:40:36 +0000 Subject: [PATCH] update pyproj --- libs/python/agent/pyproject.toml | 2 +- libs/python/computer/pyproject.toml | 2 +- libs/python/core/pyproject.toml | 2 +- libs/python/mcp-server/pyproject.toml | 2 +- libs/python/som/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 718b8404..b9592f1f 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-agent" -version = "0.4.0" +version = "0.4.32" description = "CUA (Computer Use) Agent for AI-driven computer interaction" readme = "README.md" authors = [ diff --git a/libs/python/computer/pyproject.toml b/libs/python/computer/pyproject.toml index 4a9b41bb..6b5b3381 100644 --- a/libs/python/computer/pyproject.toml +++ b/libs/python/computer/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-computer" -version = "0.4.0" +version = "0.4.7" description = "Computer-Use Interface (CUI) framework powering Cua" readme = "README.md" authors = [ diff --git a/libs/python/core/pyproject.toml b/libs/python/core/pyproject.toml index b9692162..c4bcd459 100644 --- a/libs/python/core/pyproject.toml +++ b/libs/python/core/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-core" -version = "0.1.8" +version = "0.1.9" description = "Core functionality for Cua including telemetry and shared utilities" readme = "README.md" authors = [ diff --git a/libs/python/mcp-server/pyproject.toml b/libs/python/mcp-server/pyproject.toml index f80a1b6b..ff4b5986 100644 --- a/libs/python/mcp-server/pyproject.toml +++ b/libs/python/mcp-server/pyproject.toml @@ -7,7 +7,7 @@ name = "cua-mcp-server" description = "MCP Server for Computer-Use Agent (CUA)" readme = "README.md" requires-python = ">=3.11" -version = "0.1.0" +version = "0.1.13" authors = [ {name = "TryCua", email = "gh@trycua.com"} ] diff --git a/libs/python/som/pyproject.toml b/libs/python/som/pyproject.toml index 10b29ff8..f871eb18 100644 --- a/libs/python/som/pyproject.toml +++ b/libs/python/som/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-som" -version = "0.1.0" +version = "0.1.3" description = "Computer Vision and OCR library for detecting and analyzing UI elements" authors = [ { name = "TryCua", email = "gh@trycua.com" }