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
11 changes: 11 additions & 0 deletions superset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [Unreleased]

### Changed

- setuptools pinned to version 66.1.1 because newer versions are not
compatible with the supported Superset versions. With version 67.0.0,
the requirements of Superset cannot be parsed anymore (see also
<https://github.com/pypa/setuptools/pull/3790>) ([#307]).

[#307]: https://github.com/stackabletech/docker-images/pull/307

## [superset1.5.1-stackable0.2.0] - 2022-07-13

- Add Trino sqlalchemy library ([#153]).
Expand Down
2 changes: 1 addition & 1 deletion superset/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN microdnf update \
&& pip install \
--no-cache-dir \
--upgrade \
setuptools \
setuptools==66.1.1 \
pip \
&& pip install \
--no-cache-dir \
Expand Down