From 86b2bfac7ead287630ac36e92fbb2628873421d2 Mon Sep 17 00:00:00 2001 From: HavenCTO Date: Sun, 22 Feb 2026 17:41:18 -0500 Subject: [PATCH 1/2] Update vlm-engine dependency version to 0.9.3 --- plugins/AHavenVLMConnector/haven_vlm_connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/AHavenVLMConnector/haven_vlm_connector.py b/plugins/AHavenVLMConnector/haven_vlm_connector.py index e6655d60..85921c1d 100644 --- a/plugins/AHavenVLMConnector/haven_vlm_connector.py +++ b/plugins/AHavenVLMConnector/haven_vlm_connector.py @@ -34,7 +34,7 @@ "stashapi:stashapp-tools==0.2.58", "aiohttp==3.12.13", "pydantic==2.11.7", - "vlm-engine==0.9.1", + "vlm-engine==0.9.3", "pyyaml==6.0.2" ) From da7bada474b68312eb262fdd3016456983bc363c Mon Sep 17 00:00:00 2001 From: HavenCTO Date: Tue, 24 Feb 2026 16:25:54 -0500 Subject: [PATCH 2/2] Bump version to 1.0.1 in ahavenvlmconnector.yml --- plugins/AHavenVLMConnector/ahavenvlmconnector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/AHavenVLMConnector/ahavenvlmconnector.yml b/plugins/AHavenVLMConnector/ahavenvlmconnector.yml index 67704d8a..e77c0e4f 100644 --- a/plugins/AHavenVLMConnector/ahavenvlmconnector.yml +++ b/plugins/AHavenVLMConnector/ahavenvlmconnector.yml @@ -1,7 +1,7 @@ name: Haven VLM Connector # requires: PythonDepManager description: Tag videos with Vision-Language Models using any OpenAI-compatible VLM endpoint -version: 1.0.0 +version: 1.0.1 url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464 exec: - python