Skip to content

Commit 576b002

Browse files
xeniapesbernauer
andauthored
chore: Bump Celery to 5.5.3 for Airflow 3.x (#1343)
* chore: Bump Celery to 5.5.3 for Airflow 3.x * add changelog entry * Update airflow/stackable/constraints/3.0.6/constraints-python3.12.txt Co-authored-by: Sebastian Bernauer <[email protected]> --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 0fc5dc0 commit 576b002

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ All notable changes to this project will be documented in this file.
1111
### Changed
1212

1313
- airflow: Extend list of providers for 3.0.6 ([#1336])
14+
- airflow: Bump celery version to 5.5.3 for Airflow 3.x ([#1343]).
1415

1516
[#1336]: https://github.com/stackabletech/docker-images/pull/1336
1617
[#1337]: https://github.com/stackabletech/docker-images/pull/1337
18+
[#1343]: https://github.com/stackabletech/docker-images/pull/1343
1719

1820
## [25.11.0] - 2025-11-07
1921

airflow/stackable/constraints/3.0.1/constraints-python3.12.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ cachetools==5.5.2
257257
cadwyn==5.3.3
258258
cassandra-driver==3.29.2
259259
cattrs==24.1.3
260-
celery==5.5.2
260+
# Stackable patch:
261+
# Bumped to newest version (from 5.5.2) to reduce celery on redis issues
262+
# See https://github.com/stackabletech/airflow-operator/issues/676
263+
celery==5.5.3
261264
certifi==2025.4.26
262265
cffi==1.17.1
263266
cfgv==3.4.0

airflow/stackable/constraints/3.0.6/constraints-python3.12.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,10 @@ cachetools==5.5.2
260260
cadwyn==5.4.4
261261
cassandra-driver==3.29.2
262262
cattrs==25.1.1
263-
celery==5.5.2
263+
# Stackable patch:
264+
# Bumped to newest version (from 5.5.2) to reduce celery on redis issues
265+
# See https://github.com/stackabletech/airflow-operator/issues/676
266+
celery==5.5.3
264267
certifi==2025.8.3
265268
cffi==1.17.1
266269
cfgv==3.4.0
@@ -660,7 +663,10 @@ qdrant-client==1.15.1
660663
ray==2.47.1
661664
reactivex==4.0.4
662665
readme_renderer==44.0
663-
redis==5.3.1
666+
# Stackable patch:
667+
# Downgrade from previous version 5.3.1 due to compatability with
668+
# celery==5.5.3 (see above).
669+
redis==5.2.1
664670
redshift-connector==2.1.8
665671
referencing==0.36.2
666672
regex==2025.7.34

0 commit comments

Comments
 (0)