major-domo-database/requirements.txt
Cal Corum d076b7604c
All checks were successful
Build Docker Image / build (pull_request) Successful in 3m3s
chore: pin all Python dependency versions in requirements.txt (#62)
- Pin all direct dependencies to exact versions captured from production
  via `docker exec sba_db_api pip freeze`
- Explicitly pin starlette==0.52.1 (root cause of 2026-03-09 outage)
- Move pytest/pytest-asyncio to new requirements-dev.txt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 00:32:41 -05:00

11 lines
173 B
Plaintext

fastapi==0.133.0
uvicorn==0.41.0
starlette==0.52.1
peewee==3.13.3
python-multipart==0.0.22
numpy==1.26.4
pandas==3.0.1
psycopg2-binary==2.9.11
requests==2.32.5
redis==7.3.0