Refactor server state and add health checks

This commit is contained in:
2026-05-24 22:24:13 +02:00
parent a78a708757
commit d49fe28f08
12 changed files with 378 additions and 104 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ dependencies = [
"aiohappyeyeballs==2.6.1",
"aiohttp==3.12.14",
"aiosignal==1.4.0",
"asyncio==3.4.3",
"attrs==25.3.0",
"frozenlist==1.7.0",
"idna==3.10",
@@ -18,6 +17,6 @@ dependencies = [
"pyasn1==0.6.1",
"qrcode==8.0",
"rsa==4.9.1",
"telethon==1.40.0",
"Telethon==1.40.0",
"yarl==1.20.1",
]