Migrating the classes to pydantic
main / Explore-Gitea-Actions (push) Failing after 14s

This commit is contained in:
2026-08-03 23:37:25 +01:00
parent a68d7b1d59
commit 8d73d5ded7
15 changed files with 814 additions and 479 deletions
+1
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.14"
dependencies = [
"docker>=7.2.0",
"pyaml>=26.7.0",
"pydantic>=2.13.4",
"pytest>=9.1.1",
]