Skip to content

Commit a674e84

Browse files
authored
changedetection: fix: typing_extensions error (#13548)
1 parent ec8b73c commit a674e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/changedetection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ function update_script() {
3434
NODE_VERSION="24" setup_nodejs
3535

3636
msg_info "Updating ${APP}"
37-
$STD pip3 install changedetection.io --upgrade
37+
$STD pip3 install changedetection.io --upgrade --break-system-packages --ignore-installed typing_extensions
3838
msg_ok "Updated ${APP}"
3939

4040
msg_info "Updating Playwright"
41-
$STD pip3 install playwright --upgrade
41+
$STD pip3 install playwright --upgrade --break-system-packages
4242
msg_ok "Updated Playwright"
4343

4444
if [[ -f /etc/systemd/system/browserless.service ]]; then

0 commit comments

Comments
 (0)