Fixes date parsing issue in tombstones (#635)

This commit is contained in:
Tek
2025-06-12 20:49:31 +02:00
committed by GitHub
parent 61f51caf31
commit 4757cff262
6 changed files with 75 additions and 7 deletions
+1
View File
@@ -36,6 +36,7 @@ dependencies = [
"pydantic==2.11.5",
"pydantic-settings==2.9.1",
"NSKeyedUnArchiver==1.5",
"python-dateutil==2.9.0.post0",
]
requires-python = ">= 3.10"