From cf16939783e4192d45e30ce837dbd0dd4aedc239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:02:04 +0000 Subject: [PATCH] deps: update ollama requirement from >=0.6.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.6.1...v0.6.2) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.6.2 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 e971475..3f579ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "uvicorn[standard]>=0.44.0", "pydantic>=2.13.4", "pydantic-settings>=2.14.1", - "ollama>=0.6.1", + "ollama>=0.6.2", "qdrant-client>=1.17.1", "sentence-transformers>=5.4.1", "redis>=7.4.0",