Support optional in py3.9 (#165)

* fix: support optional in py3.9

* prepare release 2.5.4
This commit is contained in:
Hayden
2025-03-14 17:02:54 +08:00
committed by GitHub
parent 5342b7ec92
commit 811f1bc352
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-model-manager"
description = "Manage models: browsing, download and delete."
version = "2.5.3"
version = "2.5.4"
license = { file = "LICENSE" }
dependencies = ["markdownify"]