From 152d8b7bf86917feccab34a31f40fcade728b0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:54:58 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.31 to 0.0.32 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.31 to 0.0.32. - [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.31...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b07d850..3b67c4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ redis==5.2.1 asyncpg==0.30.0 psycopg2-binary==2.9.10 httpx==0.28.1 -python-multipart==0.0.31 +python-multipart==0.0.32 # LLM / OpenAI-compatible client openai==1.59.0