Skip to content

Commit a6e45ce

Browse files
authored
chore: Superset - bump patch versions for 25.11 (#1284)
* add 4.1.4 * changelog, removed 4.1.1 * removed whitespace
1 parent 95d2ba7 commit a6e45ce

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
2020
- opa: Add `1.8.0` ([#1279]).
2121
- spark: Add `3.5.7` ([#1280]).
2222
- spark-connect-client: Add `3.5.7` ([#1280]).
23+
- superset: Add `4.1.4` ([#1284]).
2324

2425
### Changed
2526

@@ -42,7 +43,7 @@ All notable changes to this project will be documented in this file.
4243
- opa: Remove `1.0.1` ([#1279]).
4344
- spark: Remove `3.5.5` ([#1280]).
4445
- spark-connect-client: Remove unused example script from the image ([#1280]).
45-
- kafka: Remove `3.9.0` ([#1283]).
46+
- kafka: Remove `3.9.0` ([#1283]).
4647

4748
[#1207]: https://github.com/stackabletech/docker-images/pull/1207
4849
[#1215]: https://github.com/stackabletech/docker-images/pull/1215
@@ -63,6 +64,7 @@ All notable changes to this project will be documented in this file.
6364
[#1278]: https://github.com/stackabletech/docker-images/pull/1278
6465
[#1279]: https://github.com/stackabletech/docker-images/pull/1279
6566
[#1283]: https://github.com/stackabletech/docker-images/pull/1283
67+
[#1284]: https://github.com/stackabletech/docker-images/pull/1284
6668

6769
## [25.7.0] - 2025-07-23
6870

superset/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Constraints
44

5-
The `constraints-<version>.txt` files come from e.g. <https://github.com/apache/superset/blob/2.0.1/requirements/base.txt> and are concatenated with the dependencies provided in <https://github.com/apache/superset/blob/2.0.1/requirements/docker.txt>. This differs from version to version (2.0.1 shown here).
5+
The `constraints-<version>.txt` files come from e.g. <https://github.com/apache/superset/blob/x.y.z/requirements/base.txt> and are concatenated with the dependencies provided in <https://github.com/apache/superset/blob/x.y.z/requirements/docker.txt>, where that file exists (i.e. <4.1.0). This differs from version to version (4.1.4 shown here):
66

7-
In some cases `apispec[yaml]==3.3.2` needed to be adjusted to `apispec==3.3.2` due to `ERROR: Constraints cannot have extras`.
7+
In some cases `apispec[yaml]==6.3.0` needed to be adjusted to `apispec==6.3.0` due to `ERROR: Constraints cannot have extras`.
8+
9+
If the constraints file contains an `-e file:.` directive, this can be commented out as we are install Superset using uv from PyPI and do not need to edit it subsequently.

superset/boil-config.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,24 @@ authlib-version = "1.2.1"
1010
python-version = "3.9"
1111
uv-version = "0.7.3"
1212

13-
[versions."4.1.1".local-images]
13+
[versions."4.1.2".local-images]
1414
"shared/statsd-exporter" = "0.28.0"
1515
stackable-base = "1.0.0"
1616
vector = "0.49.0"
1717

18-
[versions."4.1.1".build-arguments]
18+
[versions."4.1.2".build-arguments]
1919
cyclonedx-bom-version = "6.0.0"
2020
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
2121
authlib-version = "1.2.1"
22-
# 3.11 support was merged in January 2025 (two months after 4.1.1 release), 3.10 is not available in our UBI image, so we need to stay on 3.9 for now
2322
python-version = "3.9"
2423
uv-version = "0.7.3"
2524

26-
[versions."4.1.2".local-images]
25+
[versions."4.1.4".local-images]
2726
"shared/statsd-exporter" = "0.28.0"
2827
stackable-base = "1.0.0"
2928
vector = "0.49.0"
3029

31-
[versions."4.1.2".build-arguments]
30+
[versions."4.1.4".build-arguments]
3231
cyclonedx-bom-version = "6.0.0"
3332
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
3433
authlib-version = "1.2.1"
File renamed without changes.

superset/stackable/constraints/4.1.1/constraints.txt renamed to superset/stackable/constraints/4.1.4/constraints.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# from https://raw.githubusercontent.com/apache/superset/refs/tags/4.1.1/requirements/base.txt
1+
# from https://raw.githubusercontent.com/apache/superset/refs/tags/4.1.4/requirements/base.txt
2+
#-e file:.
3+
# # via -r requirements/base.in
24
alembic==1.13.1
35
# via flask-migrate
46
amqp==5.2.0
@@ -139,6 +141,8 @@ greenlet==3.0.3
139141
# via shillelagh
140142
gunicorn==22.0.0
141143
# via apache-superset
144+
h11==0.16.0
145+
# via wsproto
142146
hashids==1.3.1
143147
# via apache-superset
144148
holidays==0.25
@@ -338,7 +342,7 @@ sqlalchemy-utils==0.38.3
338342
# via
339343
# apache-superset
340344
# flask-appbuilder
341-
sqlglot==25.24.0
345+
sqlglot==26.11.1
342346
# via apache-superset
343347
sqlparse==0.5.0
344348
# via apache-superset

0 commit comments

Comments
 (0)