From 68b163c8ab5610b12ddcce9c030a2cce6df677ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:17:24 +0000 Subject: [PATCH] Build(deps): update ollama requirement from >=0.4 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.4.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 2a6dcbf..de522ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.115.6 uvicorn[standard]==0.52.4 -ollama>=0.4 +ollama>=0.6.2