From 5a9d4a2662641d985a69f447af1f1d6645b52ae5 Mon Sep 17 00:00:00 2001 From: David Perl Date: Thu, 9 Jul 2026 13:52:27 +0200 Subject: [PATCH] chore: add gunicorn dep --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00bb0bdc..e28ef63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "uv", + "gunicorn", "aarecommon>=0.1.3", "pydantic==2.11.4", "numpy==2.2.5", @@ -28,7 +29,7 @@ dependencies = [ "bec_lib>=3.130.3", "bec-ipython-client>=3.130.3", "aarescan-client==1.0.0rc5", - "aarelcinfer-client==0.1.1a6", + "aarelcinfer-client==0.1.1a8", "matplotlib>=3.10.3", "httpx>=0.28.1", ] -- 2.54.0