From abc1f7733f0a483d933011656ea2a89373fc59af Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Sat, 18 Nov 2023 16:27:14 +0100 Subject: [PATCH] base: Pin Python package prompt-toolkit to v3.0.39 - https://github.com/randy3k/radian/issues/446 --- base/latest.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/latest.Dockerfile b/base/latest.Dockerfile index 0fc701a..c83ee21 100644 --- a/base/latest.Dockerfile +++ b/base/latest.Dockerfile @@ -251,6 +251,8 @@ RUN export PIP_BREAK_SYSTEM_PACKAGES=1 \ jupyterlab-lsp \ notebook \ nbconvert \ + ## Fix https://github.com/randy3k/radian/issues/446 + prompt-toolkit==3.0.39 \ python-lsp-server[all] \ ## Include custom fonts && sed -i 's|||g' /usr/local/share/jupyter/lab/static/index.html \