From 70d09c4923d0c001a2ffeed770134b708b34445a Mon Sep 17 00:00:00 2001 From: Gabriele Battimelli Date: Tue, 7 Jul 2026 22:49:20 +0200 Subject: [PATCH] Bump jixia to 1.0.5 for batch_run_jixia(max_workers=...) The OOM fix passed max_workers= to batch_run_jixia, but the pinned jixia 1.0.4 does not accept that argument (added in 1.0.5), so the load step failed immediately with TypeError. Bump the pin to 1.0.5, which keeps the same APIs the loader uses. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 034d09c..d8f2d0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ importlib_metadata==8.6.1 importlib_resources==6.5.2 Jinja2==3.1.6 jiter==0.9.0 -jixia==1.0.4 +jixia==1.0.5 jsonschema==4.23.0 jsonschema-specifications==2025.4.1 kubernetes==32.0.1