From 603a3efa9eb3e47aab9dd384b064b6d0a1b3d67a Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 18 Jan 2025 10:55:56 +0100 Subject: [PATCH 1/2] Pin `referencing` library --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 0bcb6552b2b..3355e770b86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -95,5 +95,8 @@ babel # Needed for > 3.10, https://github.com/microsoft/playwright-python/issues/2096 greenlet >= 3.0.3 +# Pinned or it causes problems with flask_expects_json which seems unmaintained +referencing==0.35.1 + # Scheduler - Windows seemed to miss a lot of default timezone info (even "UTC" !) tzdata From b9c77f2f66cdc0c2c10d9a78702bc0c871b0d954 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 18 Jan 2025 22:22:07 +0100 Subject: [PATCH 2/2] Just go with default pip for that distro --- .github/workflows/pypi-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index b708c9a8bb3..3c27c2dabf8 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -45,7 +45,6 @@ jobs: - name: Test that the basic pip built package runs without error run: | set -ex - sudo pip3 install --upgrade pip pip3 install dist/changedetection.io*.whl changedetection.io -d /tmp -p 10000 & sleep 3