cua-computer 0.1.26__tar.gz → 0.1.27__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cua-computer
3
- Version: 0.1.26
3
+ Version: 0.1.27
4
4
  Summary: Computer-Use Interface (CUI) framework powering Cua
5
5
  Author-Email: TryCua <gh@trycua.com>
6
6
  Requires-Python: >=3.10
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "cua-computer"
9
- version = "0.1.26"
9
+ version = "0.1.27"
10
10
  description = "Computer-Use Interface (CUI) framework powering Cua"
11
11
  readme = "README.md"
12
12
  authors = [
@@ -50,7 +50,7 @@ target-version = [
50
50
 
51
51
  [tool.ruff]
52
52
  line-length = 100
53
- target-version = "0.1.26"
53
+ target-version = "0.1.27"
54
54
  select = [
55
55
  "E",
56
56
  "F",
@@ -64,7 +64,7 @@ docstring-code-format = true
64
64
 
65
65
  [tool.mypy]
66
66
  strict = true
67
- python_version = "0.1.26"
67
+ python_version = "0.1.27"
68
68
  ignore_missing_imports = true
69
69
  disallow_untyped_defs = true
70
70
  check_untyped_defs = true
File without changes