fix(python): standardize Python version across all packages

- Updated all `libs/python/*/pyproject.toml` files to require Python >=3.12
- Synchronized root `pyproject.toml` and regenerated `uv.lock`
This commit is contained in:
Aditya Bavadekar
2025-10-23 03:15:21 +05:30
parent bfaeb40441
commit a38219d3ef
7 changed files with 894 additions and 41 deletions

View File

@@ -12,7 +12,7 @@ authors = [
]
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.9"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.111.0",
"uvicorn[standard]>=0.27.0",