From 7aa6d4a035b0958ac84802e8c677c8db548af027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:13:15 +0000 Subject: [PATCH] chore(deps)(deps): bump the web-framework group with 3 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. Updates `fastapi` to 0.135.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.135.3) Updates `uvicorn` to 0.44.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.27.0...0.44.0) Updates `pydantic-settings` to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.13.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 dependency-type: direct:production dependency-group: web-framework - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production dependency-group: web-framework - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production dependency-group: web-framework ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3679a9..759a06d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ classifiers = [ ] dependencies = [ - "fastapi>=0.128.0", - "uvicorn[standard]>=0.22.0", + "fastapi>=0.135.3", + "uvicorn[standard]>=0.44.0", "pydantic>=2.5.0", - "pydantic-settings>=2.0.0", + "pydantic-settings>=2.13.1", "torch>=2.7.1", "torchaudio>=2.7.1", "demucs>=4.0.1",