chore: promote dev to uat (CAR-1422 psycopg2-binary fix) #21

Merged
Barcode Betty merged 2 commits from dev into uat 2026-06-22 23:16:35 +00:00
Member

Promotes psycopg2-binary + python-multipart runtime deps fixes to uat.

Fixes POST /inbound/email CrashLoopBackOff (alembic missing psycopg2 driver).

CAR-1422.

Promotes psycopg2-binary + python-multipart runtime deps fixes to uat. Fixes POST /inbound/email CrashLoopBackOff (alembic missing psycopg2 driver). CAR-1422.
Barcode Betty added 2 commits 2026-06-22 23:15:16 +00:00
fix: add psycopg2-binary to runtime deps (CAR-1422)
CI / test (pull_request) Successful in 9s
CI / lint (pull_request) Successful in 4s
CI / deploy-dev (pull_request) Has been skipped
CI / build-and-push (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
CI / grype (pull_request) Has been skipped
87a7d63aeb
alembic upgrade head uses SQLAlchemy sync engine with postgresql:// URL,
which requires psycopg2. The old image had it via cartsnitch-common;
standalone image needs it explicit.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Merge pull request 'fix: add psycopg2-binary to runtime deps (CAR-1422)' (#20) from betty/car-1422-psycopg2-binary into dev
CI / build-and-push (push) Successful in 1m22s
CI / build-and-push (pull_request) Has been skipped
CI / deploy-uat (push) Has been skipped
CI / lint (pull_request) Failing after 3s
CI / test (pull_request) Successful in 9s
CI / grype (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
CI / lint (push) Successful in 3s
CI / test (push) Successful in 8s
CI / grype (push) Failing after 2s
CI / deploy-dev (push) Failing after 38s
CI / deploy-dev (pull_request) Has been skipped
6451058f7d
fix: add psycopg2-binary to runtime deps (CAR-1422)

CI passed: lint+test green (run 3779/8090 rerun success).
Unblocks alembic upgrade head in standalone image.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Barcode Betty merged commit 1ed8b185a0 into uat 2026-06-22 23:16:35 +00:00
Sign in to join this conversation.