Version 0.0.26 (#339)

* bump

* Fix
This commit is contained in:
Freddy Boulton
2025-06-05 18:58:18 -04:00
committed by GitHub
parent f45b23c770
commit c97b1885c0

View File

@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "fastrtc"
version = "0.0.26.rc2"
version = "0.0.26"
description = "The realtime communication library for Python"
readme = "README.md"
license = "MIT"
@@ -70,7 +70,7 @@ issues = "https://github.com/gradio-app/fastrtc/issues"
Documentation = "https://fastrtc.org/"
[project.optional-dependencies]
dev = ["build", "twine", "httpx", "pytest"]
dev = ["build", "twine", "httpx", "pytest", "pytest-asyncio"]
vad = ["onnxruntime>=1.20.1"]
tts = ["kokoro-onnx"]
stopword = ["fastrtc-moonshine-onnx", "onnxruntime>=1.20.1"]