From a674e84eefb8433c826e194891ab2f480b742417 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:27:26 +0200 Subject: [PATCH] changedetection: fix: typing_extensions error (#13548) --- ct/changedetection.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index ff7c2181d..6fccc0354 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -34,11 +34,11 @@ function update_script() { NODE_VERSION="24" setup_nodejs msg_info "Updating ${APP}" - $STD pip3 install changedetection.io --upgrade + $STD pip3 install changedetection.io --upgrade --break-system-packages --ignore-installed typing_extensions msg_ok "Updated ${APP}" msg_info "Updating Playwright" - $STD pip3 install playwright --upgrade + $STD pip3 install playwright --upgrade --break-system-packages msg_ok "Updated Playwright" if [[ -f /etc/systemd/system/browserless.service ]]; then