From c97b1885c059bb9446f80a542ee589676021eae9 Mon Sep 17 00:00:00 2001 From: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:58:18 -0400 Subject: [PATCH] Version 0.0.26 (#339) * bump * Fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b1ca43d..21f6e52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]