Add tzdata dependency (#700)

* Add tzdata dependency

* fix tzdata name
This commit is contained in:
besendorf
2025-10-05 13:29:54 +02:00
committed by GitHub
parent b8a42eaf8f
commit d3cc8cf590

View File

@@ -35,6 +35,7 @@ dependencies = [
"pydantic-settings==2.10.1",
"NSKeyedUnArchiver==1.5.2",
"python-dateutil==2.9.0.post0",
"tzdata==2025.2",
]
requires-python = ">= 3.10"