From 23d2db4d86e7eb96a80c1e0d090fa7c833c9720f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 03:01:36 +0000 Subject: [PATCH] Bump python-multipart from 0.0.20 to 0.0.31 in /examples/platform-demo Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.31. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/platform-demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform-demo/requirements.txt b/examples/platform-demo/requirements.txt index e5369ac..f187866 100644 --- a/examples/platform-demo/requirements.txt +++ b/examples/platform-demo/requirements.txt @@ -10,7 +10,7 @@ uvicorn[standard]==0.52.1 # FastAPI renders the pages with it, and parses the HTML form posts with the # one below. Neither is pulled in by FastAPI itself. jinja2==3.1.6 -python-multipart==0.0.20 +python-multipart==0.0.31 # The client, taken from this repository rather than from PyPI, so the example # is always compiled against the SDK in the tree next to it. Your platform