We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cf6b1 commit 46f58deCopy full SHA for 46f58de
CHANGELOG.md
@@ -12,6 +12,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
12
13
- Update Volta configuration with yarn fixed version
14
- Update docker-compose for new versions
15
+- Upgrade Celery version from 5.5.2 to 5.6.3
16
17
## [5.12.2] - 2026-01-22
18
src/backend/setup.cfg
@@ -29,7 +29,7 @@ requires-python = >=3.9
29
install_requires =
30
Brotli==1.1.0
31
boto3==1.38.5
32
- celery==5.5.2
+ celery==5.6.3
33
channels-redis==4.2.1
34
channels[daphne]==4.2.2
35
chardet==5.2.0
0 commit comments