From 637ff30f970e6ff1e1a8fdff64c2b33c11050bb8 Mon Sep 17 00:00:00 2001 From: user <70670632+stuxf@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:21:24 +0000 Subject: [PATCH] fix(security): bump litellm in cookbook to 1.83.5 The cookbook example pinned litellm==1.61.15 which has 3 known vulnerabilities (CVE-2026-35029, CVE-2026-35030, and a password hash exposure issue), all patched in 1.83.0. Co-Authored-By: Claude Opus 4.6 (1M context) --- cookbook/litellm-ollama-docker-image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/litellm-ollama-docker-image/requirements.txt b/cookbook/litellm-ollama-docker-image/requirements.txt index 7990d251cc..815a42a679 100644 --- a/cookbook/litellm-ollama-docker-image/requirements.txt +++ b/cookbook/litellm-ollama-docker-image/requirements.txt @@ -1 +1 @@ -litellm==1.61.15 \ No newline at end of file +litellm==1.83.5 \ No newline at end of file