From d0fefd3cd7f31eb39f4567075ee59b0404309796 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Thu, 9 Oct 2025 11:59:22 -0400 Subject: [PATCH] add google-genai to pyproject.toml --- libs/python/agent/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 6fea439c..db057570 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -70,6 +70,9 @@ cli = [ hud = [ "hud-python==0.4.26", ] +gemini = [ + "google-genai>=1.41.0", +] all = [ # uitars requirements "mlx-vlm>=0.1.27; sys_platform == 'darwin'", @@ -89,6 +92,8 @@ all = [ "yaspin>=3.1.0", # hud requirements "hud-python==0.4.26", + # gemini requirements + "google-genai>=1.41.0", ] [tool.uv]