File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
airflow/stackable/constraints/3.0.1 Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
23
23
- stackable-base: Bump ubi9 base image ([ #1253 ] ).
24
24
- stackable-devel: Bump ubi9 base image and update cargo-auditable to ` 0.7.0 ` ([ #1253 ] ).
25
25
- vector: Bump to ` 0.49.0 ` ([ #1258 ] ).
26
+ - airflow: Bump uvicorn dependency to ` 0.37.0 ` ([ #1264 ] ).
26
27
27
28
### Removed
28
29
@@ -41,6 +42,7 @@ All notable changes to this project will be documented in this file.
41
42
[ #1253 ] : https://github.com/stackabletech/docker-images/pull/1253
42
43
[ #1258 ] : https://github.com/stackabletech/docker-images/pull/1258
43
44
[ #1262 ] : https://github.com/stackabletech/docker-images/pull/1262
45
+ [ #1264 ] : https://github.com/stackabletech/docker-images/pull/1264
44
46
45
47
## [ 25.7.0] - 2025-07-23
46
48
Original file line number Diff line number Diff line change @@ -788,7 +788,13 @@ urllib3==2.4.0
788
788
userpath==1.9.2
789
789
uuid6==2024.7.10
790
790
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
792
798
uvloop==0.21.0
793
799
validators==0.34.0
794
800
vertica-python==1.4.0
You can’t perform that action at this time.
0 commit comments