Files
hermes-agent/pm/pyproject.toml
ethernet cc5e9504c2 fix: keep the PM runtime pure Python on Windows ARM64
Pin ruamel.yaml before the release that requires ruamel.yaml.clib on
Python 3.14. Windows ARM64 has no clib wheel, and source builds fail in
CI's long temporary paths. Refresh both application and PM locks and
keep wheelhouse tests aligned with the locked pure-Python runtime.
2026-09-22 00:18:07 -04:00

19 lines
415 B
TOML

[project]
name = "hermes-pm-runtime"
version = "0.0.0"
requires-python = ">=3.14,<3.15"
dependencies = [
"packaging==26.0",
"tomli-w==1.2.0",
# 0.18.17 requires ruamel.yaml.clib on 3.14, which has no Windows ARM64 wheel.
"ruamel.yaml==0.18.16",
"truststore==0.10.4",
]
[tool.uv]
package = false
# Deliberately independent: repairing the app cannot require resolving it.
[tool.uv.workspace]
members = []