From bf161ae248f816f4cb3be713b7614edf896b018f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 26 Jun 2026 15:28:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20FastAPI=20versio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2c981e380b..07995dfbc0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "" requires-python = ">=3.14,<4.0" dependencies = [ - "fastapi[standard]>=0.136.3,<1.0.0", + "fastapi[standard]>=0.138.1,<1.0.0", "python-multipart<1.0.0,>=0.0.27", "email-validator<3.0.0.0,>=2.1.0.post1", "tenacity<10.0.0,>=8.2.3", diff --git a/uv.lock b/uv.lock index 9e554b26f6..7181ae318a 100644 --- a/uv.lock +++ b/uv.lock @@ -98,7 +98,7 @@ requires-dist = [ { name = "alembic", specifier = ">=1.12.1,<2.0.0" }, { name = "email-validator", specifier = ">=2.1.0.post1,<3.0.0.0" }, { name = "emails", specifier = ">=0.6,<1.0" }, - { name = "fastapi", extras = ["standard"], specifier = ">=0.136.3,<1.0.0" }, + { name = "fastapi", extras = ["standard"], specifier = ">=0.138.1,<1.0.0" }, { name = "httpx", specifier = ">=0.25.1,<1.0.0" }, { name = "jinja2", specifier = ">=3.1.4,<4.0.0" }, { name = "psycopg", extras = ["binary"], specifier = ">=3.1.13,<4.0.0" },