From d8cf8dd80a62e6a58c7ec8c290a65bcb4fc44983 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 18 Aug 2026 18:05:03 +1000 Subject: [PATCH] chore: declare PDF chat dependency --- dashboard/manifest.json | 2 +- plugin.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dashboard/manifest.json b/dashboard/manifest.json index b6b798c..e6e9a6d 100644 --- a/dashboard/manifest.json +++ b/dashboard/manifest.json @@ -3,7 +3,7 @@ "label": "Ollama Models", "description": "Inspect, manage, and chat with local Ollama models, including images, PDFs, URLs, and live memory telemetry.", "icon": "Cpu", - "version": "1.3.0", + "version": "1.3.1", "tab": {"path": "/ollama-manager", "position": "after:models"}, "entry": "dist/index.js", "css": "dist/style.css", diff --git a/plugin.yaml b/plugin.yaml index 824561d..bbb717c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,3 +1,5 @@ name: ollama-manager -version: 1.3.0 +version: 1.3.1 description: Native dashboard manager and chat interface for local Ollama models, attachments, URLs, and live runtime telemetry. +python_dependencies: + - "pypdf>=6.0,<7.0"