From 97c82f7082da995ea7f0cc6388adfbdca2e6e70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:02:59 +0000 Subject: [PATCH] chore(deps)(deps): update ollama requirement in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2a14615..3a98d32 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,7 +32,7 @@ google-genai>=2.0.1 xai-sdk>=1.7.0 volcengine-python-sdk[ark]>=5.0.26 # Ollama Python SDK——agentscope OllamaChatModel 内部调用 ollama.AsyncClient,不装则运行时报 ModuleNotFoundError -ollama>=0.4.0 +ollama>=0.6.2 httpx>=0.27.0 python-frontmatter>=1.1.0 packaging>=23.0