1. PII in git: Removed 324MB AI/ directory (1012 files of user workout data) from git history via git-filter-repo. Added AI/ to .gitignore. 2. Python 3.9 EOL: Upgraded Dockerfile from python:3.9.13 to python:3.12-slim. Added build-essential and libpq-dev for C extension compilation. Changed netcat to netcat-openbsd (slim compat). 3. Stale dependencies: Updated all packages from 2023 pins to latest compatible versions. Django 4.2→5.2 LTS, celery 5.3→5.4+, gunicorn 20→23+, redis 4.6→5.0+, DRF 3.14→3.15+, whitenoise 6.4→6.7+, debug-toolbar 4.1→4.4+. Switched to >= ranges with upper bounds on major versions for celery, kombu, redis, and Django. 4. Retry loop cap: Reduced FINAL_CONFORMANCE_MAX_RETRIES from 4 to 2, capping worst-case recursive calls from 15 (3×5) to 9 (3×3). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
47 lines
854 B
Plaintext
47 lines
854 B
Plaintext
amqp>=5.2.0
|
|
asgiref>=3.8.0
|
|
billiard>=4.2.0
|
|
celery>=5.4.0,<6.0
|
|
click>=8.1.7
|
|
click-didyoumean>=0.3.1
|
|
click-plugins>=1.1.1
|
|
click-repl>=0.3.0
|
|
defusedxml>=0.7.1
|
|
diff-match-patch>=20230430
|
|
Django>=5.2,<6.0
|
|
django-debug-toolbar>=4.4.0
|
|
django-import-export>=4.0
|
|
django-push-notifications>=3.1.0
|
|
django-redis>=5.4.0
|
|
djangorestframework>=3.15.0
|
|
et-xmlfile>=2.0.0
|
|
gevent>=24.2.1
|
|
greenlet>=3.0.0
|
|
gunicorn>=23.0.0
|
|
kombu>=5.4.0,<6.0
|
|
MarkupPy>=1.14
|
|
odfpy>=1.4.1
|
|
openpyxl>=3.1.5
|
|
prompt-toolkit>=3.0.43
|
|
psycopg2>=2.9.9
|
|
python-dateutil>=2.9.0
|
|
pytz>=2024.1
|
|
PyYAML>=6.0.1
|
|
redis>=5.0.0,<8.0
|
|
six>=1.16.0
|
|
sqlparse>=0.5.0
|
|
tablib>=3.6.0
|
|
typing_extensions>=4.9.0
|
|
tzdata>=2024.1
|
|
vine>=5.1.0
|
|
wcwidth>=0.2.13
|
|
whitenoise>=6.7.0
|
|
xlrd>=2.0.1
|
|
xlwt>=1.3.0
|
|
zope.event>=5.0
|
|
zope.interface>=6.4
|
|
python-ffmpeg-video-streaming>=0.1
|
|
numpy>=1.26.0
|
|
scikit-learn>=1.4.0
|
|
django-cors-headers>=4.4.0
|