From d077bf386d272445457ebe29e2e9a3b07b721e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:14:00 +0000 Subject: [PATCH] deps: update python-multipart requirement from <=0.0.20 to <=0.0.21 Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.2...0.0.21) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c69d59..7999940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ dependencies = [ "sqlmodel<=0.0.22", - "python-multipart<=0.0.20", + "python-multipart<=0.0.21", "fastapi>=0.115.7,<1.0.0", "typer>=0.15.1", "uvicorn>=0.34.0",