From 5ee9fcbacf384b92ac041b20ba9eac2ef3e4186e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 07:22:59 +0000 Subject: [PATCH] Bump fastapi from 0.128.0 to 0.135.3 in /backend (#1650) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.135.3.
Release notes

Sourced from fastapi's releases.

0.135.3

Features

Docs

Internal

0.135.2

Upgrades

Docs

Translations

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=uv&previous-version=0.128.0&new-version=0.135.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: evroon <11857441+evroon@users.noreply.github.com> --- backend/openapi/openapi.json | 11 +++++++++-- backend/pyproject.toml | 2 +- backend/uv.lock | 9 +++++---- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/backend/openapi/openapi.json b/backend/openapi/openapi.json index cb09b80e..2f6acd61 100644 --- a/backend/openapi/openapi.json +++ b/backend/openapi/openapi.json @@ -69,7 +69,7 @@ "file": { "anyOf": [ { - "format": "binary", + "contentMediaType": "application/octet-stream", "type": "string" }, { @@ -90,7 +90,7 @@ "file": { "anyOf": [ { - "format": "binary", + "contentMediaType": "application/octet-stream", "type": "string" }, { @@ -2926,6 +2926,13 @@ }, "ValidationError": { "properties": { + "ctx": { + "title": "Context", + "type": "object" + }, + "input": { + "title": "Input" + }, "loc": { "items": { "anyOf": [ diff --git a/backend/pyproject.toml b/backend/pyproject.toml index db5028b6..d50b1da0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "bcrypt==5.0.0", "click==8.3.0", "databases[asyncpg]==0.9.0", - "fastapi==0.128.0", + "fastapi==0.135.3", "fastapi-sso==0.21.0", "gunicorn==25.3.0", "heliclockter==3.0.1", diff --git a/backend/uv.lock b/backend/uv.lock index b3d3124d..6185e6f0 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -381,7 +381,7 @@ requires-dist = [ { name = "bcrypt", specifier = "==5.0.0" }, { name = "click", specifier = "==8.3.0" }, { name = "databases", extras = ["asyncpg"], specifier = "==0.9.0" }, - { name = "fastapi", specifier = "==0.128.0" }, + { name = "fastapi", specifier = "==0.135.3" }, { name = "fastapi-sso", specifier = "==0.21.0" }, { name = "gunicorn", specifier = "==25.3.0" }, { name = "heliclockter", specifier = "==3.0.1" }, @@ -580,17 +580,18 @@ wheels = [ [[package]] name = "fastapi" -version = "0.128.0" +version = "0.135.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, { name = "pydantic" }, { name = "starlette" }, { name = "typing-extensions" }, + { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/52/08/8c8508db6c7b9aae8f7175046af41baad690771c9bcde676419965e338c7/fastapi-0.128.0.tar.gz", hash = "sha256:1cc179e1cef10a6be60ffe429f79b829dce99d8de32d7acb7e6c8dfdf7f2645a", size = 365682, upload-time = "2025-12-27T15:21:13.714Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f7/e6/7adb4c5fa231e82c35b8f5741a9f2d055f520c29af5546fd70d3e8e1cd2e/fastapi-0.135.3.tar.gz", hash = "sha256:bd6d7caf1a2bdd8d676843cdcd2287729572a1ef524fc4d65c17ae002a1be654", size = 396524, upload-time = "2026-04-01T16:23:58.188Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/5c/05/5cbb59154b093548acd0f4c7c474a118eda06da25aa75c616b72d8fcd92a/fastapi-0.128.0-py3-none-any.whl", hash = "sha256:aebd93f9716ee3b4f4fcfe13ffb7cf308d99c9f3ab5622d8877441072561582d", size = 103094, upload-time = "2025-12-27T15:21:12.154Z" }, + { url = "https://files.pythonhosted.org/packages/84/a4/5caa2de7f917a04ada20018eccf60d6cc6145b0199d55ca3711b0fc08312/fastapi-0.135.3-py3-none-any.whl", hash = "sha256:9b0f590c813acd13d0ab43dd8494138eb58e484bfac405db1f3187cfc5810d98", size = 117734, upload-time = "2026-04-01T16:23:59.328Z" }, ] [[package]]