Skip to content

Commit c97b188

Browse files
Version 0.0.26 (#339)
* bump * Fix
1 parent f45b23c commit c97b188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "fastrtc"
11-
version = "0.0.26.rc2"
11+
version = "0.0.26"
1212
description = "The realtime communication library for Python"
1313
readme = "README.md"
1414
license = "MIT"
@@ -70,7 +70,7 @@ issues = "https://github.com/gradio-app/fastrtc/issues"
7070
Documentation = "https://fastrtc.org/"
7171

7272
[project.optional-dependencies]
73-
dev = ["build", "twine", "httpx", "pytest"]
73+
dev = ["build", "twine", "httpx", "pytest", "pytest-asyncio"]
7474
vad = ["onnxruntime>=1.20.1"]
7575
tts = ["kokoro-onnx"]
7676
stopword = ["fastrtc-moonshine-onnx", "onnxruntime>=1.20.1"]

0 commit comments

Comments
 (0)