From 2eb5e3a5102c03ee19af11efab4b7ba56f76cf42 Mon Sep 17 00:00:00 2001 From: David Perl Date: Wed, 9 Sep 2026 10:14:11 +0200 Subject: [PATCH] chore: update aaresccan-client dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7f43ddc..2f97a85e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "psi-pshell==2.1.0", "bec_lib>=3.130.3", "bec-ipython-client>=3.130.3", - "aarescan-client==1.0.0rc5", + "aarescan-client>=1.0.0rc14", "aarelcinfer-client==0.1.1a8", "matplotlib>=3.10.3", "httpx>=0.28.1",