From 23dc0d02bd827625748c05c4138383f053fca783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 23:42:59 +0000 Subject: [PATCH] build(deps): Bump python-multipart from 0.0.27 to 0.0.29 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.27 to 0.0.29. - [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.27...0.0.29) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a171b0..83050bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "yfinance>=1.3.0", "readability-lxml>=0.8.4.1", "mcp>=1.27.0,<2.0", - "python-multipart==0.0.27", + "python-multipart==0.0.29", "datasets>=4.8.5", "pywinpty>=3.0.3; sys_platform == 'win32'", "textual-serve>=1.1.3",