From 90680e7a79b4fac5256b3682bdf4b806d4f503a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:50:35 +0000 Subject: [PATCH] deps(deps): bump the python-production group across 1 directory with 7 updates Updates the requirements on [litellm](https://github.com/BerriAI/litellm), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [python-multipart](https://github.com/Kludex/python-multipart), [sse-starlette](https://github.com/sysid/sse-starlette), [tenacity](https://github.com/jd/tenacity), [uvicorn](https://github.com/Kludex/uvicorn) and [watchdog](https://github.com/gorakhargosh/watchdog) to permit the latest version. Updates `litellm` to 1.84.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/1.84.0-dev.1...v1.84.0) 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) Updates `uvicorn` to 0.47.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.46.0...0.47.0) Updates `watchdog` to 6.0.0 - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.84.0 dependency-type: direct:production dependency-group: python-production - 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 - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production dependency-group: python-production - dependency-name: watchdog dependency-version: 6.0.0 dependency-type: direct:production dependency-group: python-production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad6b3a7..9d11d7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,18 +16,18 @@ dependencies = [ "essentia-tensorflow>=2.1b6.dev1389; sys_platform != 'linux' or platform_machine == 'x86_64'", "fastapi>=0.136.1", "httpx>=0.28.1", - "litellm>=1.83.14,<1.84.0", + "litellm>=1.84.0,<1.85.0", "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", - "uvicorn>=0.46.0", - "watchdog>=4.0", + "sse-starlette>=3.4.4", + "tenacity>=9.1.4", + "uvicorn>=0.47.0", + "watchdog>=6.0.0", ] [tool.hatch.build.targets.wheel]