From 6dcdd540b9941378cca69d819c53404e9441dd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:44:18 +0800 Subject: [PATCH] chore(deps): bump python-multipart in /plugins/model/pdf-mistral (#4290) Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.17 to 0.0.18. - [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.17...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/model/pdf-mistral/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 plugins/model/pdf-mistral/requirements.txt diff --git a/plugins/model/pdf-mistral/requirements.txt b/plugins/model/pdf-mistral/requirements.txt old mode 100755 new mode 100644 index e840b8ce1..1fea908af --- a/plugins/model/pdf-mistral/requirements.txt +++ b/plugins/model/pdf-mistral/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.5 uvicorn==0.32.1 mistralai>=1.5.0 PyMuPDF==1.24.14 -python-multipart==0.0.17 +python-multipart==0.0.18 python-dotenv==1.0.1 loguru==0.7.2 requests==2.32.3