From d9729b71adbd8b25e7bdecc1c91bf723ad2d7873 Mon Sep 17 00:00:00 2001 From: ma284853 Date: Fri, 10 Apr 2026 10:40:41 +0200 Subject: [PATCH 1/2] (fix) apparun version aligned with appabuild version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfee882..2b8cd03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apparun==0.4.3 +apparun==0.4.4 numpy pyarrow pandas From edf16acd9c76f41e67c279c05be0c5c362200940 Mon Sep 17 00:00:00 2001 From: ma284853 Date: Fri, 10 Apr 2026 11:05:49 +0200 Subject: [PATCH 2/2] (fix) apparun version update to >=0.4.3 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f16f9c..46cd49e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.11" dependencies = [ - "apparun==0.4.3", + "apparun>=0.4.3", "click<=8.1.8", "numpy==1.26.4", "pyarrow==22.0.0", diff --git a/requirements.txt b/requirements.txt index 2b8cd03..3e5559f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apparun==0.4.4 +apparun>=0.4.3 numpy pyarrow pandas