switch orm to sqlmodel

This commit is contained in:
2026-04-18 23:40:44 +02:00
parent 000922a7a6
commit 287235243a
6 changed files with 129 additions and 113 deletions

View File

@@ -6,9 +6,9 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.135.3",
"sqlmodel>=0.0.38",
"poetry>=2.3.4",
"python-desfire",
"sqlalchemy>=2.0.49",
]
[tool.uv.sources]