fixed: /customnode/versions - Issue where a 400 error occurred when no versions were available in CNR.

https://github.com/ltdrdata/ComfyUI-Manager/issues/1397
This commit is contained in:
Dr.Lt.Data
2025-01-05 09:17:54 +09:00
parent 4e92b06baa
commit 29ab428979
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "3.3.9"
version = "3.3.10"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]