feat(dependencies): update sqlalchemy to use asyncio and add aiosqlite and pytest-asyncio to dev dependencies

This commit is contained in:
2026-07-16 13:09:34 -04:00
parent 3e2cd550c6
commit ef9ad1a6d6
+3 -1
View File
@@ -25,7 +25,7 @@ dependencies = [
"pydantic",
"pydantic-settings",
"python-multipart",
"sqlalchemy",
"sqlalchemy[asyncio]",
"tenacity",
"tiktoken",
"tinytuya",
@@ -41,8 +41,10 @@ whisper-transcribe = "python.tools.whisper.transcribe:main"
[dependency-groups]
dev = [
"aiosqlite",
"mypy",
"pyfakefs",
"pytest-asyncio",
"pytest-cov",
"pytest-mock",
"pytest-xdist",