From 1bcd1fbcdcf66e7b7eef20b63737ffe64f61bd8b Mon Sep 17 00:00:00 2001 From: HavenCTO Date: Sun, 5 Apr 2026 15:07:02 -0400 Subject: [PATCH 1/4] Update vlm-engine version to 1.0.1 --- 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 872b3039..176a717b 100644 --- a/plugins/AHavenVLMConnector/haven_vlm_connector.py +++ b/plugins/AHavenVLMConnector/haven_vlm_connector.py @@ -35,7 +35,7 @@ "stashapi:stashapp-tools==0.2.58", "aiohttp==3.12.13", "pydantic==2.12.5", - "vlm-engine==1.0.0", + "vlm-engine==1.0.1", "pyyaml==6.0.2", ) From 004f7b58e16329dc373f225f58bd11310472ffa0 Mon Sep 17 00:00:00 2001 From: HavenCTO Date: Sun, 5 Apr 2026 15:08:41 -0400 Subject: [PATCH 2/4] Update CHANGELOG for version 1.0.1 Document the fix for TorchVision v0.26.0 release. --- plugins/AHavenVLMConnector/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/AHavenVLMConnector/CHANGELOG.md b/plugins/AHavenVLMConnector/CHANGELOG.md index 9fbe9a2a..9bea4b7b 100644 --- a/plugins/AHavenVLMConnector/CHANGELOG.md +++ b/plugins/AHavenVLMConnector/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the A Haven VLM Connector project will be documented in this file. +## [1.0.1] - 2026-04-05 +### Fixes +- Mitigate TorchVision v0.26.0 release https://github.com/Haven-hvn/haven-vlm-engine-package/commit/7a3a6f9dd931237c93c5205f3d31df3e285ae21d + ## [1.0.0] - 2025-06-29 ### Added From b1fa9d188437a9574f7bf1062b68169302387323 Mon Sep 17 00:00:00 2001 From: HavenCTO Date: Sun, 5 Apr 2026 15:09:04 -0400 Subject: [PATCH 3/4] Update version from 1.0.1 to 1.1.1 in changelog --- plugins/AHavenVLMConnector/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/AHavenVLMConnector/CHANGELOG.md b/plugins/AHavenVLMConnector/CHANGELOG.md index 9bea4b7b..5f571e98 100644 --- a/plugins/AHavenVLMConnector/CHANGELOG.md +++ b/plugins/AHavenVLMConnector/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the A Haven VLM Connector project will be documented in this file. -## [1.0.1] - 2026-04-05 +## [1.1.1] - 2026-04-05 ### Fixes - Mitigate TorchVision v0.26.0 release https://github.com/Haven-hvn/haven-vlm-engine-package/commit/7a3a6f9dd931237c93c5205f3d31df3e285ae21d From 8ded53ea51aa954ad6115fc15de0e7ebc8ace188 Mon Sep 17 00:00:00 2001 From: HavenCTO Date: Sun, 5 Apr 2026 15:09:16 -0400 Subject: [PATCH 4/4] Bump version to 1.1.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 d1c66bd2..89827cb0 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.1.0 +version: 1.1.1 url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464 exec: - python