modified: remove matrix-nio dependency from the requirements.txt

modified: The matrix share feature is now only available when the `matrix-nio` dependency is installed.

If `matrix-nio` is not installed:
1. Apply a strikethrough to the matrix checkbox text in the share UI and display a tooltip.
2. A warning is logged at startup indicating that `matrix-nio` is missing, along with the installation command.

fixed: Corrected an issue where PR #2025 was merged into draft-v4 but applied only to `legacy/..` and not to `glob/..`
This commit is contained in:
Dr.Lt.Data
2025-08-22 20:43:19 +09:00
parent 68bc8302fd
commit 00fb9c88e1
5 changed files with 119 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "comfyui-manager"
license = { text = "GPL-3.0-only" }
version = "4.0.0-beta.12"
version = "4.0.0-beta.13"
requires-python = ">= 3.9"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
readme = "README.md"
@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"GitPython",
"PyGithub",
"matrix-client==0.4.0",
# "matrix-nio",
"transformers",
"huggingface-hub>0.20",
"typer",