From f4e42dac081432888e6ec3dcd0fa5c3f13604b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 04:19:12 +0000 Subject: [PATCH] Update ollama requirement from >=0.0.1 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.0.1...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 4c6ccb5..51ab150 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ flask>=2.0 requests>=2.0 -ollama>=0.0.1 +ollama>=0.6.2