Harden registry API and schema validation

This commit is contained in:
2026-05-17 22:33:21 +02:00
parent 5c20f62fbb
commit bc73b05566
9 changed files with 232 additions and 30 deletions

View File

@@ -11,6 +11,7 @@ requires-python = ">=3.12"
dependencies = [
"jsonschema>=4.18",
"PyYAML>=6.0",
"referencing>=0.30",
]
[project.scripts]