Skip to content

Commit e08b692

Browse files
committed
v
1 parent 6293756 commit e08b692

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ conversation = create_webrtc_conversation(
351351
)
352352
```
353353

354-
**Requirements**: WebRTC conversations require the `livekit` dependency, which is automatically installed with the SDK. All WebRTC conversations must use `AsyncAudioInterface` implementations.
354+
**Requirements**: WebRTC conversations require the `livekit` dependency (`pip install livekit`), which is automatically installed with the SDK. All WebRTC conversations must use `AsyncAudioInterface` implementations.
355355

356356
## Languages Supported
357357

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pydantic-core = ">=2.18.2"
4343
requests = ">=2.20"
4444
typing_extensions = ">= 4.0.0"
4545
websockets = ">=11.0"
46-
livekit = ">=0.15.0"
46+
livekit = ">=1.0.13"
4747

4848
[tool.poetry.group.dev.dependencies]
4949
mypy = "==1.13.0"

0 commit comments

Comments
 (0)