From 752476842a4dc8a544e017840b25c3e1e0bc346d Mon Sep 17 00:00:00 2001 From: suurt8ll Date: Thu, 30 Apr 2026 14:25:18 +0300 Subject: [PATCH 1/2] chore(submodules): bump OWUI to 0.9.2 --- submodules/open-webui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/open-webui b/submodules/open-webui index 79f0437..8dae237 160000 --- a/submodules/open-webui +++ b/submodules/open-webui @@ -1 +1 @@ -Subproject commit 79f04379801622181ef9c591374a285eac4e1c4d +Subproject commit 8dae237a0bfdac4b7f55b463b3e2769ea4b94a0b From 34c407bbc26a33bae2c7441f7477c4161550a034 Mon Sep 17 00:00:00 2001 From: suurt8ll Date: Thu, 30 Apr 2026 14:27:23 +0300 Subject: [PATCH 2/2] chore(gemini): bump `google-genai` to 1.74.0 --- plugins/pipes/gemini_manifold.py | 2 +- requirements.txt | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/pipes/gemini_manifold.py b/plugins/pipes/gemini_manifold.py index ea75354..3e1aee6 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.2.0 -requirements: google-genai==1.65.0 +requirements: google-genai==1.74.0 """ # Changelog: diff --git a/requirements.txt b/requirements.txt index 1929ad5..3d01d56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ -google-genai==1.65.0 -fastapi==0.118.0 -loguru==0.7.3 - +google-genai==1.74.0 +fastapi +loguru pytest pytest-asyncio pydantic