fix(ci): add sqlalchemy>=2.0.0 to pip install step (closes #293) #332

Merged
infra-sre merged 1 commits from ci/add-sqlalchemy-to-pip-install into main 2026-05-11 02:28:08 +00:00

1 Commits

Author SHA1 Message Date
1b6c28ebfa fix(ci): add sqlalchemy>=2.0.0 to pip install step (closes #293)
All checks were successful
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 3s
sop-tier-check / tier-check (pull_request) Successful in 2s
audit-force-merge / audit (pull_request) Successful in 3s
test_audit_ledger.py imports sqlalchemy directly (line 42).
Without an explicit sqlalchemy install, pip dependency resolution can
omit it when pytest/pytest-asyncio/pytest-cov are installed as a
separate step after requirements.txt.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 02:26:53 +00:00