From 83a4927e05642bbcf5472e712b36b28be19315da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:53:29 +0000 Subject: [PATCH] build(deps): bump the api-deps group across 1 directory with 2 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `fastapi` to 0.140.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.140.0) Updates `uvicorn` to 0.51.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.32.0...0.51.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 dependency-type: direct:production dependency-group: api-deps - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production dependency-group: api-deps ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index af4ed19..83db790 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -4,8 +4,8 @@ version = "0.0.0" description = "sermon.guide FastAPI HTTP layer — auth, upload, task status, search." requires-python = ">=3.12,<3.13" dependencies = [ - "fastapi>=0.115,<0.140", - "uvicorn[standard]>=0.32,<0.50", + "fastapi>=0.115,<0.141", + "uvicorn[standard]>=0.32,<0.52", # `pydantic[email]` pulls email-validator, required by `EmailStr` fields # in the auth schemas. Without it pydantic raises on model definition. "pydantic[email]>=2,<3",