cua-computer 0.2.6__py3-none-any.whl → 0.2.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  """Base provider interface for VM backends."""
2
2
 
3
3
  import abc
4
- from enum import Enum
4
+ from enum import StrEnum
5
5
  from typing import Dict, List, Optional, Any, AsyncContextManager
6
6
 
7
7
 
8
- class VMProviderType(str, Enum):
8
+ class VMProviderType(StrEnum):
9
9
  """Enum of supported VM provider types."""
10
10
  LUME = "lume"
11
11
  LUMIER = "lumier"
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cua-computer
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: Computer-Use Interface (CUI) framework powering Cua
5
5
  Author-Email: TryCua <gh@trycua.com>
6
- Requires-Python: >=3.10
6
+ Requires-Python: >=3.11
7
7
  Requires-Dist: pillow>=10.0.0
8
8
  Requires-Dist: websocket-client>=1.8.0
9
9
  Requires-Dist: websockets>=12.0
@@ -9,7 +9,7 @@ computer/interface/models.py,sha256=RZKVUdwKrKUoFqwlx2Dk8Egkmq_AInlIu_d0xg7SZzw,
9
9
  computer/logger.py,sha256=UVvnmZGOWVF9TCsixEbeQnDZ3wBPAJ2anW3Zp-MoJ8Y,2896
10
10
  computer/models.py,sha256=iFNM1QfZArD8uf66XJXb2EDIREsfrxqqA5_liLBMfrE,1188
11
11
  computer/providers/__init__.py,sha256=hS9lLxmmHa1u82XJJ_xuqSKipClsYUEPx-8OK9ogtVg,194
12
- computer/providers/base.py,sha256=pUrM5aVBSUQS2TbfoiyMkNz20dWN7-F_aEjSf8EiJRc,3623
12
+ computer/providers/base.py,sha256=J_9r6pJsvGAFDRl56jog_atN7e8uzrvlCQEdRRqye_U,3624
13
13
  computer/providers/cloud/__init__.py,sha256=SDAcfhI2BlmVBrBZOHxQd3i1bJZjMIfl7QgmqjXa4z8,144
14
14
  computer/providers/cloud/provider.py,sha256=gpBl_ZVbwk-0FhYycne-69KslnrAoDSZcyzetpLfiKE,2864
15
15
  computer/providers/factory.py,sha256=9qVdt-fIovSNOokGMZ_2B1VPCLSZeDky4edcXyelZy4,4616
@@ -23,7 +23,7 @@ computer/ui/__init__.py,sha256=pmo05ek9qiB_x7DPeE6Vf_8RsIOqTD0w1dBLMHfoOnY,45
23
23
  computer/ui/gradio/__init__.py,sha256=5_KimixM48-X74FCsLw7LbSt39MQfUMEL8-M9amK3Cw,117
24
24
  computer/ui/gradio/app.py,sha256=o31nphBcb6zM5OKPuODTjuOzSJ3lt61kQHpUeMBBs70,65077
25
25
  computer/utils.py,sha256=zY50NXB7r51GNLQ6l7lhG_qv0_ufpQ8n0-SDhCei8m4,2838
26
- cua_computer-0.2.6.dist-info/METADATA,sha256=2eZab1PZTMnKx2lIrYSOZGCI5gT596kOmp5Hu1xb4Tg,5844
27
- cua_computer-0.2.6.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
28
- cua_computer-0.2.6.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
29
- cua_computer-0.2.6.dist-info/RECORD,,
26
+ cua_computer-0.2.7.dist-info/METADATA,sha256=NM_bxqQbNmvZR4bHfHHu0tXCc9GEF6kNgVEyjR6XYc8,5844
27
+ cua_computer-0.2.7.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
28
+ cua_computer-0.2.7.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
29
+ cua_computer-0.2.7.dist-info/RECORD,,