[Haven VLM Connector] Fix breaking change due to torchvision release (#695)

This commit is contained in:
HavenCTO
2026-04-06 07:26:40 -04:00
committed by GitHub
parent c512db2c04
commit eff9999aa8
3 changed files with 6 additions and 2 deletions

View File

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

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.1.0
version: 1.1.1
url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464
exec:
- python

View File

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