From 50e084bdc5b60161c35cf1c1dde0ffdd214e7ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:46:58 +0000 Subject: [PATCH] Bump fastapi from 0.138.0 to 0.140.7 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.0 to 0.140.7. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.140.7) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3f5ef60..fb6160c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "bcrypt==5.0.0", "click==8.4.0", "databases[asyncpg]==0.9.0", - "fastapi==0.138.0", + "fastapi==0.140.7", "fastapi-sso==0.21.0", "gunicorn==26.0.0", "heliclockter==3.0.1", diff --git a/backend/uv.lock b/backend/uv.lock index 246371b..94e107a 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -440,7 +440,7 @@ requires-dist = [ { name = "bcrypt", specifier = "==5.0.0" }, { name = "click", specifier = "==8.4.0" }, { name = "databases", extras = ["asyncpg"], specifier = "==0.9.0" }, - { name = "fastapi", specifier = "==0.138.0" }, + { name = "fastapi", specifier = "==0.140.7" }, { name = "fastapi-sso", specifier = "==0.21.0" }, { name = "gunicorn", specifier = "==26.0.0" }, { name = "heliclockter", specifier = "==3.0.1" }, @@ -639,7 +639,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.138.0" +version = "0.140.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -648,9 +648,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5b/58/ff455d9fe47c60abadb34b9e05a304b1f05f5ab8000ac01565156b6f5e43/fastapi-0.138.0.tar.gz", hash = "sha256:d445a4877636ad191e7053e08c9bf98cb921a6756776848400bb773d1740c061", size = 419240, upload-time = "2026-06-20T01:18:05.259Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e1/33/e0dfa29ccce4eb8c9a073f9e557b0d6bacbb3aa32e7ad595f678de4d036a/fastapi-0.140.7.tar.gz", hash = "sha256:09a640af2d29006345e1f28e4f031fa60f89b1a75d29f26070f3afa677d66cce", size = 422051, upload-time = "2026-07-27T17:34:45.908Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6c/ff/8496d9847a5fedae775eb49460722d3efaa80487854273e9647ae876218c/fastapi-0.138.0-py3-none-any.whl", hash = "sha256:b6f54fd1bd72c80b0f899f172c61a600f6f7af9b43d4d772a018f35624048cb0", size = 126779, upload-time = "2026-06-20T01:18:03.483Z" }, + { url = "https://files.pythonhosted.org/packages/7b/0e/00cddd6b8668884e9c7588ab0eeb73becbd1efa3eaead34397f2e9a8de49/fastapi-0.140.7-py3-none-any.whl", hash = "sha256:960bb9696d8fd19dff488aa4f67f276364542cfcce9f7e68a82fe49dce126626", size = 131085, upload-time = "2026-07-27T17:34:47.036Z" }, ] [[package]]