use toml to parse the recent_run file

This commit is contained in:
Marc Koch 2025-03-21 10:08:30 +01:00
parent 0448192244
commit 61756b4054
Signed by: marc.koch
GPG key ID: 12406554CFB028B9
5 changed files with 58 additions and 56 deletions

View file

@ -18,6 +18,7 @@ dependencies = [
"httpx>=0.28.1",
"ms-active-directory>=1.14.1",
"pyyaml>=6.0.2",
"tomli-w>=1.2.0",
"validators>=0.34.0",
]