feat(v2): complete v2 reimplementation

This commit is contained in:
2026-07-31 13:33:39 +02:00
parent 396219e776
commit bd107d6a30
137 changed files with 20737 additions and 155 deletions
+1 -1
View File
@@ -18,9 +18,9 @@ dependencies = [
"cryptography==49.0.0",
"fastapi==0.136.1",
"httpx==0.28.1",
"paramiko==5.0.0",
"pydantic==2.13.4",
"pydantic-settings==2.14.2",
"paramiko==5.0.0",
"sqlalchemy[asyncio]==2.0.49",
"uvicorn[standard]==0.51.0",
]