From 4de3a9b42215e89278f99b29354bd88cba026538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:57:07 +0000 Subject: [PATCH] chore: update fastapi[standard] requirement in /backend Updates the requirements on [fastapi[standard]](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...0.140.1) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.137.0 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 aae7a699..7e9f668b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "arq>=0.25.0", "asyncpg>=0.30.0", "bcrypt>=4.3.0", - "fastapi[standard]>=0.136.3", + "fastapi[standard]>=0.140.1", "google-genai>=2.10.0", "greenlet>=3.5.3", "httpx>=0.28.1", diff --git a/backend/uv.lock b/backend/uv.lock index d8252a21..f7e20d30 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -501,7 +501,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.136.3" +version = "0.140.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -510,9 +510,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/2d/ff8d91d7b564d464629a0fd50a4489c97fcb836ac230bf3a7269232a9b1f/fastapi-0.136.3.tar.gz", hash = "sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab", size = 396410, upload-time = "2026-05-23T18:53:15.192Z" } +sdist = { url = "https://files.pythonhosted.org/packages/94/04/90178464ab31cf2534ab6da71b72864b39360fa0b529854b6eb2515b3461/fastapi-0.140.1.tar.gz", hash = "sha256:8c10f75cf17c46f9d27c512a6f9bcc3643ffef2029a9ac956f8bf821ef47ceea", size = 421119, upload-time = "2026-07-27T12:07:52.666Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e0/82/45359b62a067409bd929ae8a56b8ed13e5a8c8a61194b3c236920999ab83/fastapi-0.136.3-py3-none-any.whl", hash = "sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620", size = 117481, upload-time = "2026-05-23T18:53:16.924Z" }, + { url = "https://files.pythonhosted.org/packages/6c/b6/aaa42a7793c87e434036801225c1ff135ec22ddfc4b945d46c6159faeff2/fastapi-0.140.1-py3-none-any.whl", hash = "sha256:1b4944b5ca29a67783d0edc42078c3edb4aaeb13faecc1a9c131de88458a59c8", size = 130909, upload-time = "2026-07-27T12:07:51.034Z" }, ] [package.optional-dependencies] @@ -1041,7 +1041,7 @@ requires-dist = [ { name = "arq", specifier = ">=0.25.0" }, { name = "asyncpg", specifier = ">=0.30.0" }, { name = "bcrypt", specifier = ">=4.3.0" }, - { name = "fastapi", extras = ["standard"], specifier = ">=0.136.3" }, + { name = "fastapi", extras = ["standard"], specifier = ">=0.140.1" }, { name = "google-genai", specifier = ">=2.10.0" }, { name = "greenlet", specifier = ">=3.5.3" }, { name = "httpx", specifier = ">=0.28.1" },