Skip to content

Commit f0d5478

Browse files
authored
Merge pull request #500 from AdityaBavadekar/fix/python-version-standardization
Standardize Python version 3.12 across all packages
2 parents b08343c + a38219d commit f0d5478

File tree

7 files changed

+894
-41
lines changed

7 files changed

+894
-41
lines changed

libs/python/computer-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
readme = "README.md"
1414
license = { text = "MIT" }
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.12"
1616
dependencies = [
1717
"fastapi>=0.111.0",
1818
"uvicorn[standard]>=0.27.0",

libs/python/computer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"cua-core>=0.1.0,<0.2.0",
1919
"pydantic>=2.11.1"
2020
]
21-
requires-python = ">=3.11"
21+
requires-python = ">=3.12"
2222

2323
[project.optional-dependencies]
2424
lume = [

libs/python/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"httpx>=0.24.0",
1616
"posthog>=3.20.0"
1717
]
18-
requires-python = ">=3.11"
18+
requires-python = ">=3.12"
1919

2020
[tool.pdm]
2121
distribution = true

libs/python/mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
66
name = "cua-mcp-server"
77
description = "MCP Server for Computer-Use Agent (CUA)"
88
readme = "README.md"
9-
requires-python = ">=3.11"
9+
requires-python = ">=3.12"
1010
version = "0.1.14"
1111
authors = [
1212
{name = "TryCua", email = "[email protected]"}

libs/python/pylume/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["apple-silicon", "macos", "virtualization", "vm"]
2020
license = { text = "MIT" }
2121
name = "pylume"
2222
readme = "README.md"
23-
requires-python = ">=3.9"
23+
requires-python = ">=3.12"
2424

2525
[tool.pdm.version]
2626
path = "pylume/__init__.py"

libs/python/som/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"typing-extensions>=4.9.0",
2525
"pydantic>=2.6.3"
2626
]
27-
requires-python = ">=3.11"
27+
requires-python = ">=3.12"
2828
readme = "README.md"
2929
license = {text = "AGPL-3.0-or-later"}
3030
keywords = ["computer-vision", "ocr", "ui-analysis", "icon-detection"]

uv.lock

Lines changed: 888 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)