mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-11 23:42:46 -05:00
[Haven VLM Connector] pydantic version to latest (#683)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user