Skip to content

Commit 1e8930d

Browse files
authored
v0.0.6 (voice support) (#267)
Release a new version with voice support
2 parents 3af879e + fb8e5c2 commit 1e8930d

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)