Skip to content

Commit fb8e5c2

Browse files
committed
v0.0.6 (voice support)
1 parent 3af879e commit fb8e5c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ source env/bin/activate
3030
pip install openai-agents
3131
```
3232

33+
For voice support, install with the optional `voice` group: `pip install openai-agents[voice]`.
34+
3335
## Hello world example
3436

3537
```python

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openai-agents"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "OpenAI Agents SDK"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)