We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752d098 commit 84eb6f7Copy full SHA for 84eb6f7
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "comfy-script"
3
-version = "0.6.0"
+version = "0.6.1"
4
description = "A Python frontend and library for ComfyUI"
5
readme = "README.md"
6
# ComfyUI: >=3.8
@@ -27,7 +27,7 @@ client = [
27
"yarl",
28
29
# 1.5.9: https://github.com/erdewit/nest_asyncio/issues/87
30
- "nest_asyncio2 ~= 1.0, >= 1.5.9",
+ "nest_asyncio2 ~= 1.0, >= 1.6.3",
31
32
# Already required by ComfyUI
33
"Pillow",
requirements.txt
@@ -3,7 +3,7 @@
aiohttp
-nest_asyncio2 ~= 1.0, >= 1.5.9
+nest_asyncio2 ~= 1.0, >= 1.6.3
7
8
9
# Transpiler
0 commit comments