修复runninghub的ssl报错

This commit is contained in:
puke
2025-11-12 00:12:02 +08:00
parent 12671dff09
commit 38a9ebd086
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "pixelle-video"
version = "0.1.0"
version = "0.1.1"
description = "AI-powered video creation platform - Part of Pixelle ecosystem"
authors = [
{name = "Pixelle.AI"}
@@ -24,7 +24,7 @@ dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"python-multipart>=0.0.12",
"comfykit>=0.1.6",
"comfykit>=0.1.7",
]
[project.optional-dependencies]

10
uv.lock generated
View File

@@ -419,7 +419,7 @@ wheels = [
[[package]]
name = "comfykit"
version = "0.1.6"
version = "0.1.7"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "aiofiles" },
@@ -429,9 +429,9 @@ dependencies = [
{ name = "pydantic" },
{ name = "websockets" },
]
sdist = { url = "https://files.pythonhosted.org/packages/99/9f/fab00bc9067bed1db426e35adcd12a1aaa38529a933569f6dbf861f7c299/comfykit-0.1.6.tar.gz", hash = "sha256:70e8f085a67e74404372e308d7704b620a0ae76d1c86d17b889a6be6e51fc934", size = 48426 }
sdist = { url = "https://files.pythonhosted.org/packages/b8/4e/c5195ac00176c78872e92360d8e31cb6ecbfa1094e6c24afce8b5f8d9b5f/comfykit-0.1.7.tar.gz", hash = "sha256:d35643617afbc2393be18261b5edae504f208ff5b709268f8eb0891d36b6dc2a", size = 48644 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/90/ef/f0150325308db8ee3ef678eefdd6002cfd48f4cb1d857c0d522ee71a8999/comfykit-0.1.6-py3-none-any.whl", hash = "sha256:6ba5c2d1d04cba76e482811043449b71154919c66939eea7c82eb1527c890dcb", size = 51412 },
{ url = "https://files.pythonhosted.org/packages/33/da/c71401b55841b47a45caadf3e6214b66158d42796aecc5d7d4476e3765a2/comfykit-0.1.7-py3-none-any.whl", hash = "sha256:e57fa5533d9664af56d29aa871fd566da7e2ecbb7006fa7f1ce80056bbab2efc", size = 51617 },
]
[[package]]
@@ -1650,7 +1650,7 @@ wheels = [
[[package]]
name = "pixelle-video"
version = "0.1.0"
version = "0.1.1"
source = { editable = "." }
dependencies = [
{ name = "certifi" },
@@ -1681,7 +1681,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "certifi", specifier = ">=2025.10.5" },
{ name = "comfykit", specifier = ">=0.1.6" },
{ name = "comfykit", specifier = ">=0.1.7" },
{ name = "edge-tts", specifier = ">=7.2.3" },
{ name = "fastapi", specifier = ">=0.115.0" },
{ name = "fastmcp", specifier = ">=2.0.0" },