sched: add thin croniter calendar adapter with UTC occurrence sources (T01)

This commit is contained in:
lda
2026-09-08 10:02:58 +07:00 Verified
parent d5fa180984
commit 4e00a2c6b7
6 changed files with 495 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@ requires-python = ">=3.14"
dependencies = [
"anyio",
"authlib>=1.7.0",
"croniter==6.2.4",
"fastapi>=0.140",
"fastapi-jsonrpc>=4.0.0",
"fastmcp>=4",
@@ -20,6 +21,7 @@ dependencies = [
"pyyaml>=6.0.3",
"referencing>=0.37",
"typer>=0.24.2",
"tzdata>=2026.3",
"uvicorn>=0.46.0",
]