Pin bcrypt to 4.0.1, add celery_app entry point
Build and push images / build-backend (push) Successful in 33s
Build and push images / build-worker (push) Successful in 32s
Build and push images / build-frontend (push) Successful in 5s

This commit is contained in:
2026-06-06 15:05:16 +01:00
parent 264c27469b
commit 5a57e84e80
2 changed files with 10 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
"""
Celery entry point. Re-exports celery_app from tasks so the worker
can be started with: celery -A app.workers.celery_app worker
"""
from app.workers.tasks import celery_app
__all__ = ["celery_app"]
+2 -1
View File
@@ -6,7 +6,8 @@ alembic==1.13.1
pydantic==2.7.1 pydantic==2.7.1
pydantic-settings==2.2.1 pydantic-settings==2.2.1
python-jose[cryptography]==3.3.0 python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4 passlib==1.7.4
bcrypt==4.0.1
python-multipart==0.0.9 python-multipart==0.0.9
httpx==0.27.0 httpx==0.27.0
redis[hiredis]==5.0.4 redis[hiredis]==5.0.4