From fe307cb441adaca64f14764bac3c4a15508810e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 17 Nov 2025 09:44:50 +0100 Subject: [PATCH] chore: remove starlette dup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- pyproject.toml | 1 - uv.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca59e36f7..eea515b09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ dependencies = [ "pyjwt[crypto]>=2.10.0", # Pull crypto to support RS256 for jwt. Requires 2.10.0+ for ssl_context support. "pydantic>=2.11.9", "rich", - "starlette", "termcolor", "tiktoken", "pillow", diff --git a/uv.lock b/uv.lock index 9a88c0464..8c648c362 100644 --- a/uv.lock +++ b/uv.lock @@ -2167,7 +2167,6 @@ requires-dist = [ { name = "pyyaml", specifier = ">=6.0" }, { name = "rich" }, { name = "sqlalchemy", extras = ["asyncio"], specifier = ">=2.0.41" }, - { name = "starlette" }, { name = "starlette", specifier = ">=0.49.1" }, { name = "termcolor" }, { name = "tiktoken" },