From 467ea3f2c3893f4fd295f541dba5a529221769c9 Mon Sep 17 00:00:00 2001 From: zoine27 Date: Thu, 8 Jan 2026 20:26:34 -0800 Subject: [PATCH] chore: pin aiofiles and huggingface-hub to compatible versions --- pyproject.toml | 15 ++++++++++++++- requirements.txt | 3 ++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e15ea6e4..d1e92274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,20 @@ 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.39.2" license = { file = "LICENSE.txt" } -dependencies = ["GitPython", "PyGithub", "matrix-nio", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"] +dependencies = [ + "GitPython", + "PyGithub", + "matrix-nio", + "transformers", + "aiofiles==24.1.0", + "huggingface-hub==0.36.0", + "typer", + "rich", + "typing-extensions", + "toml", + "uv", + "chardet", +] [project.urls] Repository = "https://github.com/ltdrdata/ComfyUI-Manager" diff --git a/requirements.txt b/requirements.txt index b179f07f..ea7b6d59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,8 @@ GitPython PyGithub matrix-nio transformers -huggingface-hub +aiofiles==24.1.0 +huggingface-hub==0.36.0 typer rich typing-extensions