From 3446e841b4cbbab0971360998a18ffb0b7c1f4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:00:09 +0000 Subject: [PATCH] Bump python-multipart in /v2/examples/litellm/docker Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.26. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- v2/examples/litellm/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/examples/litellm/docker/requirements.txt b/v2/examples/litellm/docker/requirements.txt index e06f37d227..14ef356f82 100644 --- a/v2/examples/litellm/docker/requirements.txt +++ b/v2/examples/litellm/docker/requirements.txt @@ -14,7 +14,7 @@ hiredis==3.1.0 # API Framework fastapi==0.115.6 uvicorn[standard]==0.34.0 -python-multipart==0.0.20 +python-multipart==0.0.26 httpx==0.28.1 # Authentication & Security