Update vlm-engine dependency version to 0.9.3 (#674)

* Update vlm-engine dependency version to 0.9.3

* Bump version to 1.0.1 in ahavenvlmconnector.yml
This commit is contained in:
HavenCTO
2026-02-25 05:18:33 -05:00
committed by GitHub
parent 0587f0d02b
commit 2e41ce5236
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -34,7 +34,7 @@ try:
"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"
)