Drop Sqlmodel and use plain Sqlalchemy

This commit is contained in:
2025-10-11 22:14:04 +02:00
parent a190471b44
commit 494170e2ab
4 changed files with 93 additions and 93 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = "~=3.13.0"
dependencies = [
"fastapi[standard]>=0.116.0",
"sqlmodel>=0.0.24",
"sqlalchemy>=2.0.44",
"uvicorn[standard]>=0.35.0",
]
@@ -16,4 +16,4 @@ dev = [
"isort>=6.0.1",
]
[tool.isort]
profile = "black"
profile = "black"