Skip to content

Commit 0e7c4d6

Browse files
committed
add uvicorn patch for 3.0.6
1 parent c84594e commit 0e7c4d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,13 @@ urllib3==2.5.0
796796
userpath==1.9.2
797797
uuid6==2025.0.1
798798
uv==0.8.13
799-
uvicorn==0.35.0
799+
# Stackable patch:
800+
# The original version 0.35.0 hard codes the worker timeout to 5s.
801+
# This has been fixed in 0.37.0 so that the value passed through from Airflow
802+
# (default 120s) is honoured.
803+
# See discussion here: https://github.com/apache/airflow/discussions/50170#discussioncomment-13265000.
804+
# Uvicorn release notes: https://github.com/Kludex/uvicorn/commit/4098bcac97aa0fbda2f4e73278fbbe3b128be940
805+
uvicorn==0.37.0
800806
uvloop==0.21.0
801807
validators==0.35.0
802808
vertica-python==1.4.0

0 commit comments

Comments
 (0)