From 0232b883252203fd8aa9cd37dc3d4e5870a001ea Mon Sep 17 00:00:00 2001 From: Alex Shoop Date: Wed, 24 Sep 2025 01:21:49 +0900 Subject: [PATCH] move fastuuid optional dep to proxy extras --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 471e1d1738..411c1d59a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,7 @@ proxy = [ "litellm-enterprise", "rich", "polars", + "fastuuid", ] extra_proxy = [ @@ -115,7 +116,6 @@ semantic-router = ["semantic-router"] mlflow = ["mlflow"] -perf = ["fastuuid"] [tool.isort] profile = "black"