update pyproj

This commit is contained in:
Your Name
2025-10-10 22:40:36 +00:00
parent 424b8762c4
commit 3d50e3cefb
5 changed files with 5 additions and 5 deletions

View File

@@ -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 = [

View File

@@ -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 = [

View File

@@ -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 = [

View File

@@ -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"}
]

View File

@@ -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" }