diff --git a/plugins/AHavenVLMConnector/CHANGELOG.md b/plugins/AHavenVLMConnector/CHANGELOG.md index 9fbe9a2a..5f571e98 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.1.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 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 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", )