Skip to content

Commit 13ecf3f

Browse files
author
HavenCTO
authored
[Haven VLM Connector] pydantic version to latest (#683)
1 parent a3eb5e0 commit 13ecf3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/AHavenVLMConnector/ahavenvlmconnector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Haven VLM Connector
22
# requires: PythonDepManager
33
description: Tag videos with Vision-Language Models using any OpenAI-compatible VLM endpoint
4-
version: 1.0.1
4+
version: 1.0.2
55
url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464
66
exec:
77
- python

plugins/AHavenVLMConnector/haven_vlm_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ensure_import(
3434
"stashapi:stashapp-tools==0.2.58",
3535
"aiohttp==3.12.13",
36-
"pydantic==2.11.7",
36+
"pydantic==2.12.5",
3737
"vlm-engine==0.9.3",
3838
"pyyaml==6.0.2"
3939
)

0 commit comments

Comments
 (0)