Skip to content

Commit 46f58de

Browse files
committed
⬆️(backend) upgrade celery to 5.6.3
Upgrade celery this latest release have a memory leak fix in its changelog and we want to handle this issue.
1 parent 41cf6b1 commit 46f58de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1212

1313
- Update Volta configuration with yarn fixed version
1414
- Update docker-compose for new versions
15+
- Upgrade Celery version from 5.5.2 to 5.6.3
1516

1617
## [5.12.2] - 2026-01-22
1718

src/backend/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires-python = >=3.9
2929
install_requires =
3030
Brotli==1.1.0
3131
boto3==1.38.5
32-
celery==5.5.2
32+
celery==5.6.3
3333
channels-redis==4.2.1
3434
channels[daphne]==4.2.2
3535
chardet==5.2.0

0 commit comments

Comments
 (0)