From e3b69272292a9b5ac2dab72384713e241d7210e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mauricio=20U=C3=B1ate=20Castro?= <91748598+rmunate@users.noreply.github.com> Date: Tue, 26 May 2026 16:03:33 -0500 Subject: [PATCH] fix(security): upgrade starlette for CVE-2026-48710 mitigation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bac4757b4..fd9a6c385e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.46.0", + "starlette>=1.0.1", "pydantic>=2.9.0", "typing-extensions>=4.8.0", "typing-inspection>=0.4.2",