From 1c87aa9f67b769b5e5525042466f98163b326f53 Mon Sep 17 00:00:00 2001 From: Maxime PERALTA Date: Mon, 19 Jan 2026 09:15:33 +0100 Subject: [PATCH 1/2] (update) Update apparun version to 0.4.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 701b146..301d74a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.11,<3.12" dependencies = [ - "apparun==0.3.7", + "apparun==0.4.0", "click<=8.1.8", "numpy==1.26.4", "pyarrow==22.0.0", diff --git a/requirements.txt b/requirements.txt index 06542b9..f345c0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apparun==0.3.7 +apparun==0.4.0 numpy pyarrow pandas From c4c02cfc16cf4d4b0f652d101063f99a1a8251dc Mon Sep 17 00:00:00 2001 From: Maxime PERALTA Date: Mon, 19 Jan 2026 09:29:44 +0100 Subject: [PATCH 2/2] (fix) Remove double apparun requirement --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 301d74a..fa438f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ dependencies = [ "kaleido", "tqdm", "ruamel.yaml", - "apparun==0.3.7", "typer==0.15.1", "ipython>=7.6.0,<=8.34.0", "mermaid-py==0.7.1"