fix: add psycopg2-binary to runtime deps (CAR-1422) #20

Merged
Barcode Betty merged 1 commits from betty/car-1422-psycopg2-binary into dev 2026-06-22 23:11:28 +00:00
+1
View File
@@ -21,6 +21,7 @@ dependencies = [
"pydantic-settings>=2.0,<3.0",
"sqlalchemy[asyncio]>=2.0,<3.0",
"asyncpg>=0.29,<1.0",
"psycopg2-binary>=2.9",
"resend>=2.0",
"python-multipart>=0.0.9",
]