From e61f396d0a9fe73c0d413667fa8f975115e32dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:33:11 +0000 Subject: [PATCH] deps: update ollama requirement from >=0.4.0 to >=0.6.1 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.1) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6690c7f..e962e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "uvicorn[standard]>=0.32.0", "pydantic>=2.10.0", "pydantic-settings>=2.7.0", - "ollama>=0.4.0", + "ollama>=0.6.1", "qdrant-client>=1.12.0", "sentence-transformers>=3.3.0", "redis>=5.2.0",