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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-24 13:44:18 +08:00
committed by GitHub
parent 48233c7d55
commit 6dcdd540b9

2
plugins/model/pdf-mistral/requirements.txt Executable file → Normal file
View File

@@ -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