From 0ebfa7c5194c881f335d25510024b73a3d4eb306 Mon Sep 17 00:00:00 2001 From: alpha-nerd-nomyo Date: Thu, 29 Jan 2026 18:12:05 +0100 Subject: [PATCH] security: bump orjson to >=3.11.5 preventing a recursive DOS attack --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0c7ab6..da9c9e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ jiter==0.10.0 multidict==6.6.4 ollama==0.6.0 openai==1.102.0 -orjson==3.11.4 +orjson>=3.11.5 pillow==11.3.0 propcache==0.3.2 pydantic==2.11.7