diff --git a/superset/CHANGELOG.md b/superset/CHANGELOG.md index 26ad43f5c..bb4db784e 100644 --- a/superset/CHANGELOG.md +++ b/superset/CHANGELOG.md @@ -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 + ) ([#307]). + +[#307]: https://github.com/stackabletech/docker-images/pull/307 + ## [superset1.5.1-stackable0.2.0] - 2022-07-13 - Add Trino sqlalchemy library ([#153]). diff --git a/superset/Dockerfile b/superset/Dockerfile index f4813701f..1020b1273 100644 --- a/superset/Dockerfile +++ b/superset/Dockerfile @@ -27,7 +27,7 @@ RUN microdnf update \ && pip install \ --no-cache-dir \ --upgrade \ - setuptools \ + setuptools==66.1.1 \ pip \ && pip install \ --no-cache-dir \