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.
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
Original file line number Diff line number Diff line change @@ -788,7 +788,13 @@ urllib3==2.4.0
788788userpath==1.9.2
789789uuid6==2024.7.10
790790uv==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
792798uvloop==0.21.0
793799validators==0.34.0
794800vertica-python==1.4.0
You can’t perform that action at this time.
0 commit comments