[Haven VLM Connector] pydantic version to latest (#683)

This commit is contained in:
HavenCTO
2026-03-15 17:50:11 -04:00
committed by GitHub
parent a3eb5e05ef
commit 13ecf3f9bc
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.1
version: 1.0.2
url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464
exec:
- python

View File

@@ -33,7 +33,7 @@ try:
ensure_import(
"stashapi:stashapp-tools==0.2.58",
"aiohttp==3.12.13",
"pydantic==2.11.7",
"pydantic==2.12.5",
"vlm-engine==0.9.3",
"pyyaml==6.0.2"
)