From 6132af5be2728f79ecf54e44b9e0e80c9c6e2d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:35:44 +0000 Subject: [PATCH] deps(deps): bump the python-production group across 1 directory with 4 updates Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings), [python-multipart](https://github.com/Kludex/python-multipart), [sse-starlette](https://github.com/sysid/sse-starlette) and [tenacity](https://github.com/jd/tenacity) to permit the latest version. Updates `pydantic-settings` to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.1) Updates `python-multipart` to 0.0.28 - [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.28) Updates `sse-starlette` to 3.4.4 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](https://github.com/sysid/sse-starlette/compare/v3.4.1...v3.4.4) Updates `tenacity` to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.5.0...9.1.4) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production dependency-group: python-production - dependency-name: python-multipart dependency-version: 0.0.28 dependency-type: direct:production dependency-group: python-production - dependency-name: sse-starlette dependency-version: 3.4.4 dependency-type: direct:production dependency-group: python-production - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production dependency-group: python-production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb1b80b..8b01d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,12 @@ dependencies = [ "lxml>=6.1.0", "mutagen>=1.47.0", "numpy>=2.4.4", - "pydantic-settings>=2.14.0", - "python-multipart>=0.0.27", + "pydantic-settings>=2.14.1", + "python-multipart>=0.0.28", "rapidfuzz>=3.14.5", "sqlalchemy>=2.0.49", - "sse-starlette>=3.4.1", - "tenacity>=8.5.0", + "sse-starlette>=3.4.4", + "tenacity>=9.1.4", "uvicorn>=0.46.0", ]