From 96503df67ce5c24839eb824a8758c56587ecb833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 01:22:51 +0000 Subject: [PATCH] chore(deps): bump ollama from 0.6.1 to 0.6.2 in /worker_plan Bumps [ollama](https://github.com/ollama/ollama-python) from 0.6.1 to 0.6.2. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 802882aa..e47c03ae 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "nest-asyncio==1.6.0", "networkx==3.6.1", "numpy==2.4.6", - "ollama==0.6.1", + "ollama==0.6.2", "openai==2.38.0", "orjson==3.11.8", "packaging==26.2",