From c7985bef803fd0e3f41cb4897c6565a81707a582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:13:50 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.22 to 0.0.31 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 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.22...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e1015cc2..ba2e02d7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pydantic==2.9.*", "openai<2.0.0,>=1.11.0", # newer python-multipart versions break packages, see pypi changelog - "python-multipart>=0.0.9,<=0.0.22", + "python-multipart<=0.0.31,>=0.0.31", "aiosqlite<1.0.0,>=0.20.0", "alembic<2.0.0,>=1.13.1", "pydantic-settings<3.0.0,>=2.2.1", diff --git a/backend/uv.lock b/backend/uv.lock index 49bd122e..cabea429 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -636,7 +636,7 @@ requires-dist = [ { name = "pyodbc", specifier = ">=5.1.0,<6.0.0" }, { name = "pyreadstat", specifier = ">=1.2.7,<2.0.0" }, { name = "pytest-asyncio", specifier = ">=0.23.6,<1.0.0" }, - { name = "python-multipart", specifier = ">=0.0.9,<=0.0.22" }, + { name = "python-multipart", specifier = "<=0.0.31,>=0.0.31" }, { name = "rapidfuzz", specifier = ">=3.0.0,<4.0.0" }, { name = "sentry-sdk", extras = ["fastapi"], specifier = ">=2.8.0,<3.0.0" }, { name = "snowflake-sqlalchemy", specifier = ">=1.6.1,<2.0.0" }, @@ -2994,11 +2994,11 @@ wheels = [ [[package]] name = "python-multipart" -version = "0.0.22" +version = "0.0.31" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/94/01/979e98d542a70714b0cb2b6728ed0b7c46792b695e3eaec3e20711271ca3/python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58", size = 37612, upload-time = "2026-01-25T10:15:56.219Z" } +sdist = { url = "https://files.pythonhosted.org/packages/64/7e/9b35ad8f3d9ca680f7c87a88f19612fdd8da9796c4d3b46e560ac79dcc4a/python_multipart-0.0.31.tar.gz", hash = "sha256:fc631183bb13e56db3158a4909908dfb2e23565286744e798241e63750e5d680", size = 46689, upload-time = "2026-06-04T08:27:49.014Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1b/d0/397f9626e711ff749a95d96b7af99b9c566a9bb5129b8e4c10fc4d100304/python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155", size = 24579, upload-time = "2026-01-25T10:15:54.811Z" }, + { url = "https://files.pythonhosted.org/packages/5e/1e/7f7f299527a5a8ad90acd5f2f78dfa6c8495c6301a3205106ea68a84de96/python_multipart-0.0.31-py3-none-any.whl", hash = "sha256:8408153d68a9773291fc1da39a8b85a50044bddbabd2dd72e9229776b7b15e28", size = 29996, upload-time = "2026-06-04T08:27:47.804Z" }, ] [[package]]