From 937e75810db338f2c6d11ef234ff92aa1d48a3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:27:59 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.31 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.31. - [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.6...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++-------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 44ec8a3..1584a65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1751,19 +1751,16 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.6" +version = "0.0.31" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, - {file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, + {file = "python_multipart-0.0.31-py3-none-any.whl", hash = "sha256:8408153d68a9773291fc1da39a8b85a50044bddbabd2dd72e9229776b7b15e28"}, + {file = "python_multipart-0.0.31.tar.gz", hash = "sha256:fc631183bb13e56db3158a4909908dfb2e23565286744e798241e63750e5d680"}, ] -[package.extras] -dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"] - [[package]] name = "pytz" version = "2025.2" @@ -2338,4 +2335,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f1f87f1c0f1ed925b18620061ef7f76bc838cf1d84aeeeaccddb5d9691b27ed6" +content-hash = "eaef21f3ab75823e99b1911a5155bb31caeeb4dccd8238adc5513dffb6c824b5" diff --git a/pyproject.toml b/pyproject.toml index 124569c..c9330c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ uvicorn = {extras = ["standard"], version = "^0.24.0"} pydantic = "^2.5.0" pydantic-settings = "^2.1.0" openai = "^1.6.0" -python-multipart = "^0.0.6" +python-multipart = "^0.0.31" cachetools = "^5.3.2" httpx = "^0.25.0" pandas = "^2.3.3"