refactor(cloud-store): adopt SQLAlchemy adapter

This commit is contained in:
2026-07-12 16:51:03 +08:00
parent ae29477f6a
commit 05a5f0bfa7
6 changed files with 408 additions and 405 deletions
+1
View File
@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"device-agent-runtime==0.1.0",
"sqlalchemy>=2.0.0",
]
[build-system]