Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
- stackable-base: Bump ubi9 base image ([#1253]).
- stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]).
- vector: Bump to `0.49.0` ([#1258]).
- airflow: Bump uvicorn dependency to `0.37.0` ([#1264]).

### Removed

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

## [25.7.0] - 2025-07-23

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,13 @@ urllib3==2.4.0
userpath==1.9.2
uuid6==2024.7.10
uv==0.7.3
uvicorn==0.34.2
# Stackable patch:
# The original version 0.34.2 hard codes the worker timeout to 5s.
# This has been fixed in 0.37.0 so that the value passed through from Airflow
# (default 120s) is honoured.
# See discussion here: https://github.com/apache/airflow/discussions/50170#discussioncomment-13265000.
# Uvicorn release notes: https://github.com/Kludex/uvicorn/commit/4098bcac97aa0fbda2f4e73278fbbe3b128be940
uvicorn==0.37.0
uvloop==0.21.0
validators==0.34.0
vertica-python==1.4.0
Expand Down
Loading