fixed: A type error occurred during the creation of the pip fixer object when an error occurred while retrieving the list of installed packages.

https://github.com/Comfy-Org/ComfyUI-Manager/issues/1804
This commit is contained in:
Dr.Lt.Data
2025-05-13 02:46:34 +09:00
parent 65c0a2a1f5
commit 8bcf16dc90
3 changed files with 3 additions and 3 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.32"
version = "3.32.1"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]