feat(ebook): install sqlalchemy[asyncio] in the ebook-search container

The async engine needs greenlet at runtime, which the asyncio extra
provides. Test-only deps (aiosqlite, pytest-asyncio) stay out of the
image.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 11:04:59 -04:00
co-authored by Claude Fable 5
parent e596652582
commit 5c73fc9e9b
+1 -1
View File
@@ -31,7 +31,7 @@ RUN python -m pip install --upgrade pip \
"pydantic" \
"pydantic-settings" \
"python-multipart" \
"sqlalchemy" \
"sqlalchemy[asyncio]" \
"tiktoken" \
"typer" \
"uvicorn[standard]" \