Skip to content

Commit 072ed80

Browse files
authored
chore: Airflow - bump uvicorn to 0.37.0 (#1264)
* airflow: bump uvicorn to 0.37.0 * changelog
1 parent f59d843 commit 072ed80

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
2323
- stackable-base: Bump ubi9 base image ([#1253]).
2424
- stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]).
2525
- vector: Bump to `0.49.0` ([#1258]).
26+
- airflow: Bump uvicorn dependency to `0.37.0` ([#1264]).
2627

2728
### Removed
2829

@@ -41,6 +42,7 @@ All notable changes to this project will be documented in this file.
4142
[#1253]: https://github.com/stackabletech/docker-images/pull/1253
4243
[#1258]: https://github.com/stackabletech/docker-images/pull/1258
4344
[#1262]: https://github.com/stackabletech/docker-images/pull/1262
45+
[#1264]: https://github.com/stackabletech/docker-images/pull/1264
4446

4547
## [25.7.0] - 2025-07-23
4648

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,13 @@ urllib3==2.4.0
788788
userpath==1.9.2
789789
uuid6==2024.7.10
790790
uv==0.7.3
791-
uvicorn==0.34.2
791+
# Stackable patch:
792+
# The original version 0.34.2 hard codes the worker timeout to 5s.
793+
# This has been fixed in 0.37.0 so that the value passed through from Airflow
794+
# (default 120s) is honoured.
795+
# See discussion here: https://github.com/apache/airflow/discussions/50170#discussioncomment-13265000.
796+
# Uvicorn release notes: https://github.com/Kludex/uvicorn/commit/4098bcac97aa0fbda2f4e73278fbbe3b128be940
797+
uvicorn==0.37.0
792798
uvloop==0.21.0
793799
validators==0.34.0
794800
vertica-python==1.4.0

0 commit comments

Comments
 (0)