From e0d4491b15ad1a99a9d06e8a893d6a6639269f5b Mon Sep 17 00:00:00 2001 From: suurt8ll Date: Thu, 11 Jun 2026 12:17:45 +0300 Subject: [PATCH 1/2] chore(submodules): bump OWUI to `0.9.6` --- submodules/open-webui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/open-webui b/submodules/open-webui index 8dae237..1a97751 160000 --- a/submodules/open-webui +++ b/submodules/open-webui @@ -1 +1 @@ -Subproject commit 8dae237a0bfdac4b7f55b463b3e2769ea4b94a0b +Subproject commit 1a97751e376e00a1897bc3679215ae1c7bd8fd42 From 361730b386c2a0a6b10d62a7e3d7c892ec2dd128 Mon Sep 17 00:00:00 2001 From: suurt8ll Date: Thu, 11 Jun 2026 13:15:12 +0300 Subject: [PATCH 2/2] chore(gemini): bump `google-genai` to `2.8.0` --- plugins/pipes/gemini_manifold.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/pipes/gemini_manifold.py b/plugins/pipes/gemini_manifold.py index ef7c151..16c6250 100755 --- a/plugins/pipes/gemini_manifold.py +++ b/plugins/pipes/gemini_manifold.py @@ -7,7 +7,7 @@ funding_url: https://github.com/suurt8ll/open_webui_functions license: MIT version: 2.1.0 -requirements: google-genai==1.74.0 +requirements: google-genai==2.8.0 """ # I change these only when I make a release to avoid PR merge conflicts. diff --git a/requirements.txt b/requirements.txt index 3d01d56..2abddac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -google-genai==1.74.0 +google-genai==2.8.0 fastapi loguru pytest