From b90a7d79132b8321ed7ffeca871f636cb0d2a9c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 05:04:01 +0000 Subject: [PATCH] deps(deps): update ollama requirement from >=0.5.11 to >=0.6.2 Updates the requirements on [ollama](https://github.com/ollama/ollama-python) to permit the latest version. - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](https://github.com/ollama/ollama-python/compare/v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57a7f91..d44c252 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Kivy==2.3.1 kivymd==1.2.0 Kivy-Garden==0.1.5 -ollama>=0.5.11 +ollama>=0.6.2 psutil==7.0.0 PyYAML==6.0.2 requests>=2.33.0