We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84594e commit 0e7c4d6Copy full SHA for 0e7c4d6
airflow/stackable/constraints/3.0.6/constraints-python3.12.txt
@@ -796,7 +796,13 @@ urllib3==2.5.0
796
userpath==1.9.2
797
uuid6==2025.0.1
798
uv==0.8.13
799
-uvicorn==0.35.0
+# 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
806
uvloop==0.21.0
807
validators==0.35.0
808
vertica-python==1.4.0
0 commit comments